[MOAB-dev] r1875 - MOAB/trunk
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Thu Jun 5 13:26:08 CDT 2008
Author: tautges
Date: 2008-06-05 13:26:07 -0500 (Thu, 05 Jun 2008)
New Revision: 1875
Modified:
MOAB/trunk/WriteHDF5.cpp
Log:
Couple of gcc4.3-related includes/warning removals.
Modified: MOAB/trunk/WriteHDF5.cpp
===================================================================
--- MOAB/trunk/WriteHDF5.cpp 2008-06-04 20:32:48 UTC (rev 1874)
+++ MOAB/trunk/WriteHDF5.cpp 2008-06-05 18:26:07 UTC (rev 1875)
@@ -395,7 +395,7 @@
// Gather mesh to export
exportList.clear();
- if (0 == num_sets || 1 == num_sets && set_array[0] == 0)
+ if (0 == num_sets || (1 == num_sets && set_array[0] == 0))
{
result = gather_all_mesh( );
CHK_MB_ERR_0(result);
More information about the moab-dev
mailing list