[Dart-dev] [3327] DART/trunk/time_manager/time_manager_mod.f90:
fixed typo in error message
thoar at subversion.ucar.edu
thoar at subversion.ucar.edu
Tue May 6 09:34:45 MDT 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080506/855d55a2/attachment.html
-------------- next part --------------
Modified: DART/trunk/time_manager/time_manager_mod.f90
===================================================================
--- DART/trunk/time_manager/time_manager_mod.f90 2008-05-05 23:18:52 UTC (rev 3326)
+++ DART/trunk/time_manager/time_manager_mod.f90 2008-05-06 15:34:44 UTC (rev 3327)
@@ -257,7 +257,7 @@
endif
if(seconds >= huge(seconds) - time%seconds) then
- write(errstring,*)'integer overflow (',seconds, time%seconds,') in days'
+ write(errstring,*)'integer overflow (',seconds, time%seconds,') in seconds'
call error_handler(E_ERR,'increment_time',errstring,source,revision,revdate)
endif
More information about the Dart-dev
mailing list