[Dart-dev] [3776] DART/trunk/obs_model/obs_model_mod.f90: Comment back in call to error handler; should have been

nancy at ucar.edu nancy at ucar.edu
Wed Feb 11 15:39:15 MST 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090211/151ce660/attachment.html 
-------------- next part --------------
Modified: DART/trunk/obs_model/obs_model_mod.f90
===================================================================
--- DART/trunk/obs_model/obs_model_mod.f90	2009-02-10 17:57:12 UTC (rev 3775)
+++ DART/trunk/obs_model/obs_model_mod.f90	2009-02-11 22:39:15 UTC (rev 3776)
@@ -233,8 +233,8 @@
             'should not happen; code has miscomputed how far to advance, somehow')
       endif
       call error_handler(E_MSG, ' ', ' ')
-      !#call error_handler(E_ERR, 'move_ahead', &
-      !#  'Inconsistent model state/observation times, cannot continue', source, revision, revdate)
+      call error_handler(E_ERR, 'move_ahead', &
+        'Inconsistent model state/observation times, cannot continue', source, revision, revdate)
    endif
 endif
 


More information about the Dart-dev mailing list