[Dart-dev] [4719] DART/trunk/models/wrf/WRF_DART_utilities/wrf_to_dart.f90: Remove unused value from 'use' line. No code

nancy at ucar.edu nancy at ucar.edu
Tue Feb 15 14:13:05 MST 2011


Revision: 4719
Author:   nancy
Date:     2011-02-15 14:13:04 -0700 (Tue, 15 Feb 2011)
Log Message:
-----------
Remove unused value from 'use' line.  No code changes.

Modified Paths:
--------------
    DART/trunk/models/wrf/WRF_DART_utilities/wrf_to_dart.f90

-------------- next part --------------
Modified: DART/trunk/models/wrf/WRF_DART_utilities/wrf_to_dart.f90
===================================================================
--- DART/trunk/models/wrf/WRF_DART_utilities/wrf_to_dart.f90	2011-02-15 21:12:38 UTC (rev 4718)
+++ DART/trunk/models/wrf/WRF_DART_utilities/wrf_to_dart.f90	2011-02-15 21:13:04 UTC (rev 4719)
@@ -10,7 +10,7 @@
 ! $Revision$
 ! $Date$
 
-use        types_mod, only : r8, PI, DEG2RAD
+use        types_mod, only : r8, DEG2RAD
 use time_manager_mod, only : time_type, read_time, set_date, print_time, print_date
 use    utilities_mod, only : get_unit, file_exist, open_file, close_file, &
                              error_handler, E_ERR, E_MSG, initialize_utilities, &


More information about the Dart-dev mailing list