<p><b>dwj07@fsu.edu</b> 2011-10-11 11:05:12 -0600 (Tue, 11 Oct 2011)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Making timer public. This way I can store pointers to timers inside of modules if I need to.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/performance/src/framework/module_timer.F
===================================================================
--- branches/ocean_projects/performance/src/framework/module_timer.F        2011-10-05 21:15:33 UTC (rev 1056)
+++ branches/ocean_projects/performance/src/framework/module_timer.F        2011-10-11 17:05:12 UTC (rev 1057)
@@ -2,7 +2,7 @@
 
         implicit none
         save
-        private
+!       private
 
 #ifdef _PAPI
         include 'f90papi.h'

</font>
</pre>