[MOAB-dev] r3923 - MOAB/trunk/tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed May 19 15:43:07 CDT 2010
Author: kraftche
Date: 2010-05-19 15:43:07 -0500 (Wed, 19 May 2010)
New Revision: 3923
Modified:
MOAB/trunk/tools/size.cpp
Log:
fix use of initialized variable
Modified: MOAB/trunk/tools/size.cpp
===================================================================
--- MOAB/trunk/tools/size.cpp 2010-05-19 20:24:59 UTC (rev 3922)
+++ MOAB/trunk/tools/size.cpp 2010-05-19 20:43:07 UTC (rev 3923)
@@ -461,6 +461,8 @@
rval = gather_tag_counts( 0, file_counts );
else if (!just_list && !just_list_basic)
rval = gather_set_stats( 0, file_stats );
+ else
+ rval = MB_SUCCESS;
if (MB_SUCCESS != rval)
{
More information about the moab-dev
mailing list