[Dart-dev] [8920] DART/trunk/obs_def/obs_def_vortex_mod.f90: Removing unused routines from the 'use' lines.

nancy at ucar.edu nancy at ucar.edu
Thu Oct 29 14:00:03 MDT 2015


Revision: 8920
Author:   thoar
Date:     2015-10-29 14:00:03 -0600 (Thu, 29 Oct 2015)
Log Message:
-----------
Removing unused routines from the 'use' lines. 
No other changes, nothing user-visible, bitwise compatible. 

Modified Paths:
--------------
    DART/trunk/obs_def/obs_def_vortex_mod.f90

-------------- next part --------------
Modified: DART/trunk/obs_def/obs_def_vortex_mod.f90
===================================================================
--- DART/trunk/obs_def/obs_def_vortex_mod.f90	2015-10-29 19:58:34 UTC (rev 8919)
+++ DART/trunk/obs_def/obs_def_vortex_mod.f90	2015-10-29 20:00:03 UTC (rev 8920)
@@ -64,7 +64,7 @@
 
 use        types_mod, only : r8, missing_r8, ps0, PI, gravity
 use    utilities_mod, only : register_module, error_handler, E_ERR
-use     location_mod, only : location_type, write_location, read_location
+use     location_mod, only : location_type
 use  assim_model_mod, only : interpolate
 use     obs_kind_mod, only : KIND_U_WIND_COMPONENT, KIND_V_WIND_COMPONENT, &
                              KIND_TEMPERATURE, KIND_VERTICAL_VELOCITY, &


More information about the Dart-dev mailing list