<p><b>dwj07@fsu.edu</b> 2011-09-14 15:50:47 -0600 (Wed, 14 Sep 2011)</p><p><br>
        -- Branch Commit --<br>
<br>
        Expanding the length of timer names when printed. To allow more verbose names.<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-09-14 21:40:11 UTC (rev 996)
+++ branches/ocean_projects/performance/src/framework/module_timer.F        2011-09-14 21:50:47 UTC (rev 997)
@@ -380,8 +380,8 @@
       CALL MPI_BARRIER (MPI_COMM_WORLD,ierr)
 #endif
 
-   10 FORMAT (1x,i5,' : ',a20,l1,2f15.5,f8.2)
-   20 FORMAT (1x,i5,' : ',a20,l1,2f15.5     )
+   10 FORMAT (1x,i5,' : ',a40,l1,2f15.5,f8.2)
+   20 FORMAT (1x,i5,' : ',a40,l1,2f15.5     )
 
       END SUBROUTINE timer_write
 !cccccccc1ccccccccc2ccccccccc3ccccccccc4ccccccccc5cccgtgccc6ccccccccc7cc

</font>
</pre>