[Dart-dev] DART/releases Revision: 11628

dart at ucar.edu dart at ucar.edu
Thu May 11 14:43:57 MDT 2017


nancy at ucar.edu
2017-05-11 14:43:57 -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/releases/Manhattan/models/template/model_mod.f90
===================================================================
--- DART/releases/Manhattan/models/template/model_mod.f90	2017-05-11 20:42:35 UTC (rev 11627)
+++ DART/releases/Manhattan/models/template/model_mod.f90	2017-05-11 20:43:57 UTC (rev 11628)
@@ -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