[cig-commits] r20820 - short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/feassemble

brad at geodynamics.org brad at geodynamics.org
Wed Oct 10 10:25:38 PDT 2012


Author: brad
Date: 2012-10-10 10:25:38 -0700 (Wed, 10 Oct 2012)
New Revision: 20820

Modified:
   short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/feassemble/GeometryTet3D.cc
Log:
Updated flop count.

Modified: short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/feassemble/GeometryTet3D.cc
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/feassemble/GeometryTet3D.cc	2012-10-10 16:13:52 UTC (rev 20819)
+++ short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/feassemble/GeometryTet3D.cc	2012-10-10 17:25:38 UTC (rev 20820)
@@ -290,7 +290,7 @@
     minWidth = rwidth;
   } // if
 
-  PetscLogFlops(5);
+  PetscLogFlops(3);
 
   return minWidth;
 } // minCellWidth



More information about the CIG-COMMITS mailing list