[Dart-dev] DART/branches Revision: 11268
dart at ucar.edu
dart at ucar.edu
Thu Mar 9 14:10:16 MST 2017
nancy at ucar.edu
2017-03-09 14:10:16 -0700 (Thu, 09 Mar 2017)
180
default functions for each of the required entry points
in a model_mod. if a specific model_mod doesn't need
a function, it can 'use' the one in this module and
pass it through.
Modified: DART/branches/rma_trunk/models/template/default_model_mod.f90
===================================================================
--- DART/branches/rma_trunk/models/template/default_model_mod.f90 2017-03-09 21:02:28 UTC (rev 11267)
+++ DART/branches/rma_trunk/models/template/default_model_mod.f90 2017-03-09 21:10:16 UTC (rev 11268)
@@ -6,8 +6,8 @@
module default_model_mod
-! bypass routines for all required entry points.
-! if a model has no need of a routine, use these instead.
+!> bypass routines for all required entry points.
+!> if a model has no need of a routine, use these instead.
use types_mod, only : r8, i8, i4, MISSING_R8
More information about the Dart-dev
mailing list