StateItemSpecMap.F90 Source File


This file depends on

sourcefile~~stateitemspecmap.f90~~EfferentGraph sourcefile~stateitemspecmap.f90 StateItemSpecMap.F90 sourcefile~stateitemspec.f90 StateItemSpec.F90 sourcefile~stateitemspecmap.f90->sourcefile~stateitemspec.f90 sourcefile~actualptvector.f90 ActualPtVector.F90 sourcefile~stateitemspec.f90->sourcefile~actualptvector.f90 sourcefile~errorhandling.f90 ErrorHandling.F90 sourcefile~stateitemspec.f90->sourcefile~errorhandling.f90 sourcefile~actualconnectionpt.f90 ActualConnectionPt.F90 sourcefile~actualptvector.f90->sourcefile~actualconnectionpt.f90 sourcefile~mapl_throw.f90 MAPL_Throw.F90 sourcefile~errorhandling.f90->sourcefile~mapl_throw.f90 sourcefile~keywordenforcer.f90 KeywordEnforcer.F90 sourcefile~actualconnectionpt.f90->sourcefile~keywordenforcer.f90 sourcefile~virtualconnectionpt.f90 VirtualConnectionPt.F90 sourcefile~actualconnectionpt.f90->sourcefile~virtualconnectionpt.f90

Files dependent on this one

sourcefile~~stateitemspecmap.f90~~AfferentGraph sourcefile~stateitemspecmap.f90 StateItemSpecMap.F90 sourcefile~statespec.f90 StateSpec.F90 sourcefile~statespec.f90->sourcefile~stateitemspecmap.f90 sourcefile~test_addfieldspec.pf Test_AddFieldSpec.pf sourcefile~test_addfieldspec.pf->sourcefile~stateitemspecmap.f90 sourcefile~test_addfieldspec.pf->sourcefile~statespec.f90 sourcefile~make_itemspec.f90 make_itemSpec.F90 sourcefile~make_itemspec.f90->sourcefile~statespec.f90 sourcefile~initialize_advertise.f90 initialize_advertise.F90 sourcefile~initialize_advertise.f90->sourcefile~make_itemspec.f90 sourcefile~test_modelverticalgrid.pf Test_ModelVerticalGrid.pf sourcefile~test_modelverticalgrid.pf->sourcefile~make_itemspec.f90

Source Code

module mapl3g_StateItemSpecMap
   use mapl3g_StateItemSpec

#define MAPL_DEBUG
   
#define Key __CHARACTER_DEFERRED
#define T StateItemSpec
#define T_polymorphic

#define Map StateItemSpecMap
#define MapIterator StateItemSpecMapIterator
#define Pair StateItemSpecPair

#include "map/template.inc"

#undef Pair
#undef MapIterator
#undef Map
#undef T_polymorphic
#undef T
#undef Key

end module mapl3g_StateItemSpecMap