[Dart-dev] [3232] DART/trunk/utilities/utilities_mod.f90:
removed unused variable and associated comments.
thoar at subversion.ucar.edu
thoar at subversion.ucar.edu
Wed Feb 13 09:49:34 MST 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080213/794bffa1/attachment.html
-------------- next part --------------
Modified: DART/trunk/utilities/utilities_mod.f90
===================================================================
--- DART/trunk/utilities/utilities_mod.f90 2008-02-12 23:25:31 UTC (rev 3231)
+++ DART/trunk/utilities/utilities_mod.f90 2008-02-13 16:49:34 UTC (rev 3232)
@@ -297,22 +297,12 @@
!#######################################################################
subroutine timestamp(string1,string2,string3,pos)
- ! values(1) year
- ! values(2) month
- ! values(3) day
- ! values(4) minutes diff from UTC
- ! values(5) hour
- ! values(6) minutes
- ! values(7) seconds
- ! values(8) milliseconds
character(len=*), optional, intent(in) :: string1
character(len=*), optional, intent(in) :: string2
character(len=*), optional, intent(in) :: string3
character(len=*), intent(in) :: pos
- integer, dimension(8) :: values
-
if ( .not. module_initialized ) call initialize_utilities
if ( .not. do_output_flag) return
More information about the Dart-dev
mailing list