[MOAB-dev] r4610 - MOAB/trunk/itaps/imesh
jvporter at wisc.edu
jvporter at wisc.edu
Fri Mar 18 14:35:46 CDT 2011
Author: jvporter
Date: 2011-03-18 14:35:46 -0500 (Fri, 18 Mar 2011)
New Revision: 4610
Modified:
MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
Log:
Delete trailing whitespace
Modified: MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp 2011-03-18 19:31:38 UTC (rev 4609)
+++ MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp 2011-03-18 19:35:46 UTC (rev 4610)
@@ -9,7 +9,7 @@
#include "Internals.hpp"
#undef IS_BUILDING_MB
-#ifdef USE_MPI
+#ifdef USE_MPI
#include "moab_mpi.h"
#endif
@@ -87,7 +87,7 @@
};
// map from TSTT's tag types to MOAB's
-const DataType mb_data_type_table[] =
+const DataType mb_data_type_table[] =
{
MB_TYPE_OPAQUE,
MB_TYPE_INTEGER,
@@ -97,7 +97,7 @@
};
// map from MOAB's tag types to tstt's
-const iBase_TagValueType tstt_data_type_table[] =
+const iBase_TagValueType tstt_data_type_table[] =
{
iBase_BYTES,
iBase_INTEGER,
@@ -106,7 +106,7 @@
iBase_ENTITY_HANDLE
};
-const iBase_ErrorType iBase_ERROR_MAP[MB_FAILURE+1] =
+const iBase_ErrorType iBase_ERROR_MAP[MB_FAILURE+1] =
{
iBase_SUCCESS, // MB_SUCCESS = 0,
iBase_INVALID_ENTITY_HANDLE, // MB_INDEX_OUT_OF_RANGE,
@@ -176,7 +176,7 @@
}
// Return data about a list of handles for use in check_handle_tag_type.
-// Set output arguments to true if the list contains the corresponding
+// Set output arguments to true if the list contains the corresponding
// type of handle. Leave them unmodified if it does not.
static inline void ht_content_type( const std::vector<EntityHandle>& h,
bool saw_ent, bool saw_set, bool saw_root )
@@ -208,19 +208,19 @@
if (MB_SUCCESS != rval) return rval;
More information about the moab-dev
mailing list