[MOAB-dev] r5189 - MOAB/trunk/test
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Mon Oct 10 18:42:14 CDT 2011
Author: iulian
Date: 2011-10-10 18:42:13 -0500 (Mon, 10 Oct 2011)
New Revision: 5189
Modified:
MOAB/trunk/test/crop_vol_test.cpp
Log:
export only the volume, not the whole model
Modified: MOAB/trunk/test/crop_vol_test.cpp
===================================================================
--- MOAB/trunk/test/crop_vol_test.cpp 2011-10-08 16:17:44 UTC (rev 5188)
+++ MOAB/trunk/test/crop_vol_test.cpp 2011-10-10 23:42:13 UTC (rev 5189)
@@ -183,7 +183,7 @@
pFacet->delete_smooth_tags();
delete pFacet;
pFacet = NULL;// try not to write the obb tree
- rval = mb->write_file(vol_file.c_str());
+ rval = mb->write_file(vol_file.c_str(), NULL, NULL, &volume, 1);
return rval;
More information about the moab-dev
mailing list