<p><b>dwj07@fsu.edu</b> 2011-09-14 15:40:11 -0600 (Wed, 14 Sep 2011)</p><p><br>
        -- Branch Commit --<br>
<br>
        Changing comments. Vim fold accidently used c styly comments.<br>
        Replacing with fortran so it compiles.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/performance/src/core_ocean/module_time_integration.F
===================================================================
--- branches/ocean_projects/performance/src/core_ocean/module_time_integration.F        2011-09-14 21:31:04 UTC (rev 995)
+++ branches/ocean_projects/performance/src/core_ocean/module_time_integration.F        2011-09-14 21:40:11 UTC (rev 996)
@@ -10,7 +10,7 @@
 
    contains
 
-   subroutine timestep(domain, dt, timeStamp)/*{{{*/
+   subroutine timestep(domain, dt, timeStamp)!{{{
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    ! Advance model state forward in time by the specified time step
    !
@@ -54,7 +54,7 @@
          block =&gt; block % next
       end do
 
-   end subroutine timestep/*}}}*/
+   end subroutine timestep!}}}
 
    subroutine rk4(domain, dt)!{{{
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

</font>
</pre>