[MOAB-dev] r5960 - MOAB/trunk/tools
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Tue Jan 29 17:42:23 CST 2013
Author: iulian
Date: 2013-01-29 17:42:23 -0600 (Tue, 29 Jan 2013)
New Revision: 5960
Modified:
MOAB/trunk/tools/size.cpp
Log:
option -ll did not work right. it should pass -1 for "entity type", so it gets all of them
Modified: MOAB/trunk/tools/size.cpp
===================================================================
--- MOAB/trunk/tools/size.cpp 2013-01-28 20:35:50 UTC (rev 5959)
+++ MOAB/trunk/tools/size.cpp 2013-01-29 23:42:23 UTC (rev 5960)
@@ -761,7 +761,7 @@
file_counts.clear();
}
else if (just_list) {
- mb.list_entities( 0, 1 );
+ mb.list_entities( 0, -1 );
}
else {
total_stats.add( file_stats );
More information about the moab-dev
mailing list