<p><b>dwj07@fsu.edu</b> 2012-04-05 12:12:02 -0600 (Thu, 05 Apr 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Fixing a typo in makeMeshes.sh script.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/makeMeshes.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/makeMeshes.sh        2012-04-05 18:04:37 UTC (rev 1752)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/makeMeshes.sh        2012-04-05 18:12:02 UTC (rev 1753)
@@ -53,9 +53,9 @@
 KEYS[$i]=&quot;config_monotonic&quot;;                   VALUES[$i]=&quot;.true.&quot;; i=$i+1;
 KEYS[$i]=&quot;config_h_mom_eddy_visc2&quot;;           VALUES[$i]=&quot;0.0&quot;; i=$i+1;
 KEYS[$i]=&quot;config_h_tracer_eddy_diff2&quot;; VALUES[$i]=&quot;0.0&quot;; i=$i+1;
-KEYS[$i]=&quot;config_vert_tracer_adv_order&quot;;  VALUES[$i]=&quot;3&quot;; i=$1+1;
-KEYS[$i]=&quot;config_horiz_tracer_adv_order&quot;; VALUES[$i]=&quot;3&quot;; i=$1+1;
-KEYS[$i]=&quot;config_thickness_adv_order&quot;;  VALUES[$i]=&quot;3&quot;; i=$1+1;
+KEYS[$i]=&quot;config_vert_tracer_adv_order&quot;;  VALUES[$i]=&quot;3&quot;; i=$i+1;
+KEYS[$i]=&quot;config_horiz_tracer_adv_order&quot;; VALUES[$i]=&quot;3&quot;; i=$i+1;
+KEYS[$i]=&quot;config_thickness_adv_order&quot;;  VALUES[$i]=&quot;3&quot;; i=$i+1;
 
 #################################################
 ## Build perfect hex meshes using periodic_hex ##

</font>
</pre>