<p><b>ringler@lanl.gov</b> 2010-09-30 13:10:10 -0600 (Thu, 30 Sep 2010)</p><p><br>
set convergence to 1.0e-12.<br>
<br>
this value is very small and will likely be too stringent for many variable resolution grids.<br>
<br>
at the same time, this will require users to determine an appropriate value as opposed to the current<br>
setting that is much to large.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/grid_gen/global_scvt/convergence
===================================================================
--- trunk/grid_gen/global_scvt/convergence        2010-09-29 17:03:08 UTC (rev 513)
+++ trunk/grid_gen/global_scvt/convergence        2010-09-30 19:10:10 UTC (rev 514)
@@ -1 +1 @@
- eps = 0.0000005
+ eps = 1.0e-10

</font>
</pre>