[MOAB-dev] r5980 - MOAB/trunk/src
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Feb 6 15:25:27 CST 2013
Author: iulian
Date: 2013-02-06 15:25:26 -0600 (Wed, 06 Feb 2013)
New Revision: 5980
Modified:
MOAB/trunk/src/SparseTag.hpp
Log:
typo , semicolon
Modified: MOAB/trunk/src/SparseTag.hpp
===================================================================
--- MOAB/trunk/src/SparseTag.hpp 2013-02-06 20:54:44 UTC (rev 5979)
+++ MOAB/trunk/src/SparseTag.hpp 2013-02-06 21:25:26 UTC (rev 5980)
@@ -456,7 +456,7 @@
mData.insert(iter, std::pair<const EntityHandle,void*>(h, new_data));
#else
mData[h] = new_data;
-#endif;
+#endif
if (copy_default)
memcpy(new_data, get_default_value(), get_size());
return new_data;
More information about the moab-dev
mailing list