<p><b>ringler@lanl.gov</b> 2010-09-30 13:11:17 -0600 (Thu, 30 Sep 2010)</p><p><br>
uncomment the &quot;make clean&quot; and &quot;make&quot; to insure a fresh build<br>
each time the mesh generation tool is invoked.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/grid_gen/global_scvt/runit.csh
===================================================================
--- trunk/grid_gen/global_scvt/runit.csh        2010-09-30 19:10:10 UTC (rev 514)
+++ trunk/grid_gen/global_scvt/runit.csh        2010-09-30 19:11:17 UTC (rev 515)
@@ -2,8 +2,8 @@
 rm -f locs.dat*
 cp centroids.162.dat locs.dat
 
-#make clean
-#make
+make clean
+make
 
 setenv NAME x16
 

</font>
</pre>