[cig-commits] r13740 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Dec 17 02:32:46 PST 2008


Author: luis
Date: 2008-12-17 02:32:46 -0800 (Wed, 17 Dec 2008)
New Revision: 13740

Modified:
   cs/cigma/trunk/src/core_extract_op.cpp
Log:
Mark the start of a call to a factory method

Modified: cs/cigma/trunk/src/core_extract_op.cpp
===================================================================
--- cs/cigma/trunk/src/core_extract_op.cpp	2008-12-17 10:32:44 UTC (rev 13739)
+++ cs/cigma/trunk/src/core_extract_op.cpp	2008-12-17 10:32:46 UTC (rev 13740)
@@ -28,6 +28,7 @@
 
     if (!mesh)
     {
+        TRI_LOG_STR(">> Configuring mesh");
         mesh = MeshPart::New(mesh_info);
     }
     if (!mesh)
@@ -41,6 +42,7 @@
 
     if (!quadrature)
     {
+        TRI_LOG_STR(">> Configuring quadrature rule");
         if (quadrature_info.cell_type_name == "")
         {
             quadrature_info.cell_type_name = Cell::type2string(mesh->getCellType());



More information about the CIG-COMMITS mailing list