[MOAB-dev] r1411 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Mon Nov 19 12:23:50 CST 2007
Author: kraftche
Date: 2007-11-19 12:23:50 -0600 (Mon, 19 Nov 2007)
New Revision: 1411
Modified:
MOAB/trunk/StructuredElementSeq.cpp
Log:
fix bug getting connectivity for structured elements
Modified: MOAB/trunk/StructuredElementSeq.cpp
===================================================================
--- MOAB/trunk/StructuredElementSeq.cpp 2007-11-19 17:49:21 UTC (rev 1410)
+++ MOAB/trunk/StructuredElementSeq.cpp 2007-11-19 18:23:50 UTC (rev 1411)
@@ -66,6 +66,7 @@
return MB_NOT_IMPLEMENTED;
}
+ storage->clear();
MBErrorCode rval = get_connectivity( handle, *storage, topo );
connect = &(*storage)[0];
connect_length = storage->size();
More information about the moab-dev
mailing list