[cig-commits] commit: Remove a debugging std::cout

Mercurial hg at geodynamics.org
Wed Apr 18 00:31:30 PDT 2012


changeset:   928:55d11f4bbc42
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Apr 18 00:30:22 2012 -0700
files:       plugins/EulerDeform/EulerDeform_LineInterp.cxx
description:
Remove a debugging std::cout


diff -r b767b5fbf956 -r 55d11f4bbc42 plugins/EulerDeform/EulerDeform_LineInterp.cxx
--- a/plugins/EulerDeform/EulerDeform_LineInterp.cxx	Tue Apr 17 14:12:50 2012 -0700
+++ b/plugins/EulerDeform/EulerDeform_LineInterp.cxx	Wed Apr 18 00:30:22 2012 -0700
@@ -53,14 +53,6 @@ Bool _EulerDeform_FindBarycenter1D(const
   bcs[1] = (pnt - crds[0])/(crds[1] - crds[0]);
   bcs[0] = 1.0 - bcs[1];
 
-  std::cout << __func__ << " "
-            << bcs[0] << " "
-            << bcs[1] << " "
-            << pnt << " "
-            << crds[0] << " "
-            << crds[1] << " "
-            << "\n";
-
   return (bcs[0] >= 0.0 && bcs[0] <= 1.0 && bcs[1] >= 0.0 && bcs[1] <= 1.0)
     ? True : False;
 }



More information about the CIG-COMMITS mailing list