[cig-commits] commit: Make applyGradientDetector quiet

Mercurial hg at geodynamics.org
Fri Apr 22 14:04:57 PDT 2011


changeset:   185:6f7a4bd1739d
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Apr 22 12:48:03 2011 -0700
files:       FACStokes/applyGradientDetector.C
description:
Make applyGradientDetector quiet


diff -r f883f3778688 -r 6f7a4bd1739d FACStokes/applyGradientDetector.C
--- a/FACStokes/applyGradientDetector.C	Fri Apr 22 12:21:08 2011 -0700
+++ b/FACStokes/applyGradientDetector.C	Fri Apr 22 12:48:03 2011 -0700
@@ -58,14 +58,14 @@ void SAMRAI::FACStokes::applyGradientDet
       if (maxestimate < estimate_data(cell_index)) maxestimate =
                                                      estimate_data(cell_index);
 
-      tbox::plog << "estimate "
-                 << cell_index[0] << " "
-                 << cell_index[1] << " "
-                 << d_adaptation_threshold << " "
-                 << estimate_data(cell_index) << " "
-                 << std::boolalpha
-                 << (estimate_data(cell_index) > d_adaptation_threshold) << " "
-                 << "\n";
+      // tbox::plog << "estimate "
+      //            << cell_index[0] << " "
+      //            << cell_index[1] << " "
+      //            << d_adaptation_threshold << " "
+      //            << estimate_data(cell_index) << " "
+      //            << std::boolalpha
+      //            << (estimate_data(cell_index) > d_adaptation_threshold) << " "
+      //            << "\n";
       if (estimate_data(cell_index) > d_adaptation_threshold) {
         tag_cell_data(cell_index) = 1;
         ++ntag;



More information about the CIG-COMMITS mailing list