[Dart-dev] DART/branches Revision: 11627

dart at ucar.edu dart at ucar.edu
Thu May 11 14:42:37 MDT 2017


nancy at ucar.edu
2017-05-11 14:42:35 -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_updates_nancy/models/template/model_mod.f90
===================================================================
--- DART/branches/rma_updates_nancy/models/template/model_mod.f90	2017-05-11 17:27:50 UTC (rev 11626)
+++ DART/branches/rma_updates_nancy/models/template/model_mod.f90	2017-05-11 20:42:35 UTC (rev 11627)
@@ -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