[MOAB-dev] r3404 - MOAB/trunk/tools/dagmc
sjackson at cae.wisc.edu
sjackson at cae.wisc.edu
Mon Dec 7 13:43:38 CST 2009
Author: sjackson
Date: 2009-12-07 13:43:38 -0600 (Mon, 07 Dec 2009)
New Revision: 3404
Modified:
MOAB/trunk/tools/dagmc/DagMC.cpp
Log:
Remove a debugging printout that snuck into previous commit
Modified: MOAB/trunk/tools/dagmc/DagMC.cpp
===================================================================
--- MOAB/trunk/tools/dagmc/DagMC.cpp 2009-12-07 19:28:46 UTC (rev 3403)
+++ MOAB/trunk/tools/dagmc/DagMC.cpp 2009-12-07 19:43:38 UTC (rev 3404)
@@ -919,7 +919,6 @@
#ifdef CGM
// check to see if CGM has data; if so, assume it corresponds to the data we loaded in.
if( GeometryQueryTool::instance()->num_ref_volumes() > 0 ){
- std::cerr << "Setting have_cgm_geom = true" << std::endl;
have_cgm_geom = true;
}
#endif
More information about the moab-dev
mailing list