<p><b>ringler@lanl.gov</b> 2010-09-01 16:39:16 -0600 (Wed, 01 Sep 2010)</p><p><br>
removed the following two lines from periodic_hex/periodic_grid.F<br>
<br>
! specify grid resolution with variable dc (meters)<br>
!   real (kind=8), parameter :: dc = 10000.0    ! Distance between cell centers<br>
<br>
both of these lines were commented out because &quot;dc&quot; is now specified in the namelist file.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/grid_gen/periodic_hex/periodic_grid.F
===================================================================
--- trunk/grid_gen/periodic_hex/periodic_grid.F        2010-09-01 16:18:45 UTC (rev 489)
+++ trunk/grid_gen/periodic_hex/periodic_grid.F        2010-09-01 22:39:16 UTC (rev 490)
@@ -5,9 +5,6 @@
 
    implicit none
 
-! specify grid resolution with variable dc (meters)
-!   real (kind=8), parameter :: dc = 10000.0    ! Distance between cell centers
-
    real (kind=8), parameter :: pi = 3.141592653589793
    real (kind=8), parameter :: ONE = 1.0_8
    real (kind=8), parameter :: TWO = 2.0_8

</font>
</pre>