<p><b>duda</b> 2012-07-13 12:22:49 -0600 (Fri, 13 Jul 2012)</p><p>BRANCH COMMIT<br>
<br>
Remove duplicate use of the atmphys_manager module, which the ifort compiler complains about.<br>
<br>
<br>
M    src/core_atmos_physics/mpas_atmphys_driver_radiation_sw.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/omp_blocks/multiple_blocks/src/core_atmos_physics/mpas_atmphys_driver_radiation_sw.F
===================================================================
--- branches/omp_blocks/multiple_blocks/src/core_atmos_physics/mpas_atmphys_driver_radiation_sw.F        2012-07-13 18:19:50 UTC (rev 2022)
+++ branches/omp_blocks/multiple_blocks/src/core_atmos_physics/mpas_atmphys_driver_radiation_sw.F        2012-07-13 18:22:49 UTC (rev 2023)
@@ -3,7 +3,6 @@
  use mpas_grid_types
  use mpas_timer
 
- use mpas_atmphys_manager
  use mpas_atmphys_constants
  use mpas_atmphys_manager, only: gmt,curr_julday,julday,year
  use mpas_atmphys_camrad_init

</font>
</pre>