<p><b>laura@ucar.edu</b> 2010-10-19 10:02:31 -0600 (Tue, 19 Oct 2010)</p><p>changed intent of state variables in subroutine precip_from_MPAS<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_physics/module_driver_microphysics.F
===================================================================
--- branches/atmos_physics/src/core_physics/module_driver_microphysics.F        2010-10-19 12:52:59 UTC (rev 567)
+++ branches/atmos_physics/src/core_physics/module_driver_microphysics.F        2010-10-19 16:02:31 UTC (rev 568)
@@ -253,7 +253,7 @@
  type(mesh_type) ,intent(in):: grid
 
 !output variables:
- type(state_type),intent(out):: state
+ type(state_type),intent(inout):: state
 
 !local variables:
  integer:: i,icell,j

</font>
</pre>