[cig-commits] commit: Minor cleanup

Mercurial hg at geodynamics.org
Fri Feb 25 14:14:02 PST 2011


changeset:   33:7eb3182b8f20
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Jan 07 16:33:07 2011 -0800
files:       StokesFACOps/relax.C
description:
Minor cleanup


diff -r e31222884565 -r 7eb3182b8f20 StokesFACOps/relax.C
--- a/StokesFACOps/relax.C	Fri Jan 07 11:09:43 2011 -0800
+++ b/StokesFACOps/relax.C	Fri Jan 07 16:33:07 2011 -0800
@@ -173,7 +173,6 @@ void SAMRAI::solv::StokesFACOps::relax(S
                           (*v)(pdat::SideIndex(center,pdat::SideIndex::X,
                                                pdat::SideIndex::Lower))=0;
 
-                          // tbox::plog << "vx x0 boundary ";
                         }
                       else
                         {
@@ -204,7 +203,6 @@ void SAMRAI::solv::StokesFACOps::relax(S
                                                         pdat::SideIndex::Lower)))
                                 /(dy*dy);
                               C_vx=-viscosity*(2/(dx*dx) + 1/(dy*dy));
-                              // tbox::plog << "vx y1 boundary ";
                             }
                           else
                             {



More information about the CIG-COMMITS mailing list