LU_Bound.F90 Source File


Files dependent on this one

sourcefile~~lu_bound.f90~~AfferentGraph sourcefile~lu_bound.f90 LU_Bound.F90 sourcefile~fieldbundledelta.f90 FieldBundleDelta.F90 sourcefile~fieldbundledelta.f90->sourcefile~lu_bound.f90 sourcefile~fieldbundleget.f90 FieldBundleGet.F90 sourcefile~fieldbundleget.f90->sourcefile~lu_bound.f90 sourcefile~fieldcreate.f90 FieldCreate.F90 sourcefile~fieldcreate.f90->sourcefile~lu_bound.f90 sourcefile~fieldspec.f90 FieldSpec.F90 sourcefile~fieldspec.f90->sourcefile~lu_bound.f90 sourcefile~fieldutilities.f90 FieldUtilities.F90 sourcefile~fieldutilities.f90->sourcefile~lu_bound.f90 sourcefile~test_fieldbundledelta.pf Test_FieldBundleDelta.pf sourcefile~test_fieldbundledelta.pf->sourcefile~lu_bound.f90 sourcefile~ungriddeddim.f90 UngriddedDim.F90 sourcefile~ungriddeddim.f90->sourcefile~lu_bound.f90 sourcefile~ungriddeddims.f90 UngriddedDims.F90 sourcefile~ungriddeddims.f90->sourcefile~lu_bound.f90

Source Code

module mapl3g_LU_Bound
   implicit none
   private

   public :: LU_Bound

   type :: LU_Bound
      integer :: lower
      integer :: upper
   end type LU_Bound

end module mapl3g_LU_Bound