[Dart-dev] [3655] DART/trunk/assim_tools/assim_tools_mod.f90: needed a dollar sign inside the quotes to expand the URL string

nancy at ucar.edu nancy at ucar.edu
Fri Nov 14 16:08:52 MST 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20081114/0740e6be/attachment.html
-------------- next part --------------
Modified: DART/trunk/assim_tools/assim_tools_mod.f90
===================================================================
--- DART/trunk/assim_tools/assim_tools_mod.f90	2008-11-14 17:55:23 UTC (rev 3654)
+++ DART/trunk/assim_tools/assim_tools_mod.f90	2008-11-14 23:08:52 UTC (rev 3655)
@@ -71,7 +71,7 @@
 real(r8)               :: exp_true_correl(200), alpha(200)                                                                      
 ! version controlled file description for error handling, do not edit
 character(len=128), parameter :: &
-   source   = "$URL: ", &
+   source   = "$URL$", &
    revision = "$Revision$", &
    revdate  = "$Date$"
 


More information about the Dart-dev mailing list