RoutehandleSpecVector.F90 Source File


This file depends on

sourcefile~~routehandlespecvector.f90~~EfferentGraph sourcefile~routehandlespecvector.f90 RoutehandleSpecVector.F90 sourcefile~routehandlespec.f90 RoutehandleSpec.F90 sourcefile~routehandlespecvector.f90->sourcefile~routehandlespec.f90 sourcefile~errorhandling.f90 ErrorHandling.F90 sourcefile~routehandlespec.f90->sourcefile~errorhandling.f90 sourcefile~geom_mgr.f90 geom_mgr.F90 sourcefile~routehandlespec.f90->sourcefile~geom_mgr.f90 sourcefile~routehandleparam.f90 RoutehandleParam.F90 sourcefile~routehandlespec.f90->sourcefile~routehandleparam.f90 sourcefile~mapl_throw.f90 MAPL_Throw.F90 sourcefile~errorhandling.f90->sourcefile~mapl_throw.f90 sourcefile~geomspec.f90 GeomSpec.F90 sourcefile~geom_mgr.f90->sourcefile~geomspec.f90 sourcefile~geomutilities.f90 GeomUtilities.F90 sourcefile~geom_mgr.f90->sourcefile~geomutilities.f90 sourcefile~routehandleparam.f90->sourcefile~errorhandling.f90 sourcefile~routehandleparam.f90->sourcefile~geom_mgr.f90 sourcefile~geomutilities.f90->sourcefile~errorhandling.f90

Files dependent on this one

sourcefile~~routehandlespecvector.f90~~AfferentGraph sourcefile~routehandlespecvector.f90 RoutehandleSpecVector.F90 sourcefile~routehandlemanager.f90 RoutehandleManager.F90 sourcefile~routehandlemanager.f90->sourcefile~routehandlespecvector.f90 sourcefile~esmfregridderfactory.f90 EsmfRegridderFactory.F90 sourcefile~esmfregridderfactory.f90->sourcefile~routehandlemanager.f90 sourcefile~regriddermanager.f90 RegridderManager.F90 sourcefile~regriddermanager.f90->sourcefile~esmfregridderfactory.f90 sourcefile~regridder_mgr.f90 regridder_mgr.F90 sourcefile~regridder_mgr.f90->sourcefile~regriddermanager.f90

Source Code

module mapl3g_RoutehandleSpecVector
   use mapl3g_RoutehandleSpec

#define T RoutehandleSpec
#define T_EQ(a,b) a==b 
#define Vector RoutehandleSpecVector
#define VectorIterator RoutehandleSpecVectorIterator
#define VectorRIterator RoutehandleSpecVectorRIterator
   
#include "vector/template.inc"

#undef T
#undef T_EQ
#undef Vector
#undef VectorIterator
#undef VectorRIterator

end module mapl3g_RoutehandleSpecVector