<p><b>croesch@ucar.edu</b> 2011-10-27 11:01:33 -0600 (Thu, 27 Oct 2011)</p><p>BRANCH COMMIT<br>
<br>
removed non-standard pointer, intent() declarations which were preventing compilation with some compilers<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/framework/module_mpas_timekeeping.F
===================================================================
--- branches/atmos_physics/src/framework/module_mpas_timekeeping.F        2011-10-27 16:52:08 UTC (rev 1151)
+++ branches/atmos_physics/src/framework/module_mpas_timekeeping.F        2011-10-27 17:01:33 UTC (rev 1152)
@@ -615,7 +615,7 @@
       implicit none
       
       type (MPAS_Clock_type), intent(in) :: clock
-      type (MPAS_Alarm_type), pointer, intent(in) :: alarmPtr
+      type (MPAS_Alarm_type), pointer :: alarmPtr
       type (MPAS_TimeInterval_type), intent(in), optional :: interval
       integer, intent(out), optional :: ierr
       

</font>
</pre>