[Dart-dev] DART/branches Revision: 11251
dart at ucar.edu
dart at ucar.edu
Wed Mar 8 16:04:38 MST 2017
hendric at ucar.edu
2017-03-08 16:04:37 -0700 (Wed, 08 Mar 2017)
60
character arrays must be the same lenght for gnu compiler.
Modified: DART/branches/rma_trunk/preprocess/preprocess.f90
===================================================================
--- DART/branches/rma_trunk/preprocess/preprocess.f90 2017-03-08 23:03:29 UTC (rev 11250)
+++ DART/branches/rma_trunk/preprocess/preprocess.f90 2017-03-08 23:04:37 UTC (rev 11251)
@@ -68,7 +68,7 @@
! List of the DART PREPROCESS strings for obs_def type files.
character(len = 29) :: preprocess_string(8) = (/ &
'MODULE CODE ', &
- 'USE FOR OBS_QTY_MOD ', &
+ 'USE FOR OBS_QTY_MOD ', &
'USE OF SPECIAL OBS_DEF MODULE', &
'GET_EXPECTED_OBS_FROM_DEF ', &
'READ_OBS_DEF ', &
More information about the Dart-dev
mailing list