[cig-commits] commit: Remove commented out printf's

Mercurial hg at geodynamics.org
Tue Sep 27 15:59:56 PDT 2011


changeset:   870:7813100f45d4
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Sep 27 15:58:26 2011 -0700
files:       Rheology/src/ConstitutiveMatrixCartesian.cxx
description:
Remove commented out printf's


diff -r 0d2d65c18a6e -r 7813100f45d4 Rheology/src/ConstitutiveMatrixCartesian.cxx
--- a/Rheology/src/ConstitutiveMatrixCartesian.cxx	Tue Sep 27 15:33:30 2011 -0700
+++ b/Rheology/src/ConstitutiveMatrixCartesian.cxx	Tue Sep 27 15:58:26 2011 -0700
@@ -363,15 +363,6 @@ void _ConstitutiveMatrixCartesian_Assemb
 
      eta = self->matrixData[2][2];
 
-     // std::cout << "detJac "
-     //           << cParticle_I << " "
-     //           << detJac << " "
-     //           << particle->weight << " "
-     //           << &(particle->weight) << " "
-     //           << particle->xi[0] << " "
-     //           << particle->xi[1] << " "
-     //           << "\n";
-
      /* Turn D Matrix into D~ Matrix by multiplying in the weight and the detJac (this is a shortcut for speed) */
      ConstitutiveMatrix_MultiplyByValue( constitutiveMatrix, detJac * particle->weight );
 



More information about the CIG-COMMITS mailing list