[Dart-dev] DART/branches Revision: 11629
dart at ucar.edu
dart at ucar.edu
Thu May 11 14:46:04 MDT 2017
nancy at ucar.edu
2017-05-11 14:46:04 -0600 (Thu, 11 May 2017)
107
fix a syntax error from an unintentional blank line.
the template is used for many of the obs converters.
Modified: DART/branches/rma_trunk/models/template/model_mod.f90
===================================================================
--- DART/branches/rma_trunk/models/template/model_mod.f90 2017-05-11 20:43:57 UTC (rev 11628)
+++ DART/branches/rma_trunk/models/template/model_mod.f90 2017-05-11 20:46:04 UTC (rev 11629)
@@ -48,8 +48,7 @@
init_conditions
! public but in another module
-public ::
- nc_write_model_vars, &
+public :: nc_write_model_vars, &
pert_model_copies, &
get_close_obs, &
get_close_state, &
More information about the Dart-dev
mailing list