[cig-commits] commit: Amending the last commit because I forgot to save

Mercurial hg at geodynamics.org
Sun Apr 24 06:02:24 PDT 2011


changeset:   197:65904ea96fa8
user:        Walter Landry <wlandry at caltech.edu>
date:        Sat Apr 23 14:01:59 2011 -0700
files:       src/V_Boundary_Refine/Update_V_2D.C
description:
Amending the last commit because I forgot to save


diff -r 3a20848262b4 -r 65904ea96fa8 src/V_Boundary_Refine/Update_V_2D.C
--- a/src/V_Boundary_Refine/Update_V_2D.C	Sat Apr 23 14:01:05 2011 -0700
+++ b/src/V_Boundary_Refine/Update_V_2D.C	Sat Apr 23 14:01:59 2011 -0700
@@ -30,8 +30,7 @@ void SAMRAI::geom::V_Boundary_Refine::Up
          to skip these since we are guaranteed to have valid data for
          those "past the end" points since they are needed for
          pressure refinement.  */
-      // if(j==j_max || (j==j_min && j%2!=0))
-      if(j==j_max)
+      if(j==j_max || (j==j_min && j%2!=0))
         return;
       /* Compute the derivative at the nearest three coarse points and
          then interpolate */



More information about the CIG-COMMITS mailing list