[MOAB-dev] r2886 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri May 15 14:45:47 CDT 2009
Author: kraftche
Date: 2009-05-15 14:45:47 -0500 (Fri, 15 May 2009)
New Revision: 2886
Modified:
MOAB/trunk/MBCore.hpp
Log:
do not allow copying of MBCore object
Modified: MOAB/trunk/MBCore.hpp
===================================================================
--- MOAB/trunk/MBCore.hpp 2009-05-15 16:40:02 UTC (rev 2885)
+++ MOAB/trunk/MBCore.hpp 2009-05-15 19:45:47 UTC (rev 2886)
@@ -1121,6 +1121,11 @@
private:
+ /**\brief Do not allow copying */
+ MBCore( const MBCore& copy );
+ /**\brief Do not allow copying */
+ MBCore& operator=( const MBCore& copy );
+
void estimated_memory_use_internal( const MBRange* ents,
unsigned long* total_storage,
unsigned long* total_amortized_storage,
More information about the moab-dev
mailing list