[GRASS-SVN] r48705 - grass/branches/develbranch_6/lib/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 10 11:49:21 EDT 2011


Author: mmetz
Date: 2011-10-10 08:49:21 -0700 (Mon, 10 Oct 2011)
New Revision: 48705

Modified:
   grass/branches/develbranch_6/lib/iostream/mm.cc
Log:
iostream memory manager: do not override default

Modified: grass/branches/develbranch_6/lib/iostream/mm.cc
===================================================================
--- grass/branches/develbranch_6/lib/iostream/mm.cc	2011-10-10 15:48:57 UTC (rev 48704)
+++ grass/branches/develbranch_6/lib/iostream/mm.cc	2011-10-10 15:49:21 UTC (rev 48705)
@@ -440,7 +440,7 @@
 MM_register MM_manager;
 int MM_register::instances = 0; // Number of instances. (init)
 // TPIE's "register memory requests" flag
-MM_mode MM_register::register_new = MM_ABORT_ON_MEMORY_EXCEEDED; 
+MM_mode MM_register::register_new = MM_IGNORE_MEMORY_EXCEEDED; 
 
 
 



More information about the grass-commit mailing list