[cig-commits] commit: Comment out some logging

Mercurial hg at geodynamics.org
Thu Jun 7 13:36:06 PDT 2012


changeset:   279:56c59b83f606
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Jun 05 14:36:48 2012 -0700
files:       src/V_Coarsen/coarsen_2D.C
description:
Comment out some logging


diff -r 9bdc359530e2 -r 56c59b83f606 src/V_Coarsen/coarsen_2D.C
--- a/src/V_Coarsen/coarsen_2D.C	Tue Jun 05 14:22:37 2012 -0700
+++ b/src/V_Coarsen/coarsen_2D.C	Tue Jun 05 14:36:48 2012 -0700
@@ -135,20 +135,20 @@ void SAMRAI::geom::V_Coarsen::coarsen_2D
                 coarsen_point_2D(coarse,ip,jp,v,v_fine);
 
 
-                tbox::pout << "coarsen "
-                           << coarse << " "
-                           << xyz(0) << " "
-                           << xyz(1) << " "
-                           << dx[0] << " "
-                           << fine << " "
-                           << (*v)(coarse) << " "
-                           << (*v_fine)(fine) << " "
-                           << (*v_fine)(fine+ip) << " "
-                           << (*v_fine)(fine-ip) << " "
-                           << (*v_fine)(fine+jp) << " "
-                           << (*v_fine)(fine+jp+ip) << " "
-                           << (*v_fine)(fine+jp-ip) << " "
-                           << "\n";
+                // tbox::pout << "coarsen "
+                //            << coarse << " "
+                //            << xyz(0) << " "
+                //            << xyz(1) << " "
+                //            << dx[0] << " "
+                //            << fine << " "
+                //            << (*v)(coarse) << " "
+                //            << (*v_fine)(fine) << " "
+                //            << (*v_fine)(fine+ip) << " "
+                //            << (*v_fine)(fine-ip) << " "
+                //            << (*v_fine)(fine+jp) << " "
+                //            << (*v_fine)(fine+jp+ip) << " "
+                //            << (*v_fine)(fine+jp-ip) << " "
+                //            << "\n";
               }
           }
         if(directions(1) && i!=coarse_box.upper(0)+1)



More information about the CIG-COMMITS mailing list