From 389139c7779d82062d443ebaa56d5763d3629666 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 1 Mar 2008 18:59:32 -0600 Subject: CarpetLib: Correct memory leak in commstate class Correct a memory leak and simplify the code in the commstate class by using C++ datatypes instead of new and delete. Add many assert statements to catch potential problems. --- Carpet/CarpetLib/param.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Carpet/CarpetLib/param.ccl') diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl index b278f1dbd..c1d3754ec 100644 --- a/Carpet/CarpetLib/param.ccl +++ b/Carpet/CarpetLib/param.ccl @@ -10,6 +10,10 @@ BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (sl { } "no" +BOOLEAN commstate_verbose "Print debug info from the commstate class" STEERABLE=always +{ +} "no" + #BOOLEAN omit_prolongation_points_when_restricting "Do not restrict to points which are used to prolongate the boundary" STEERABLE=always -- cgit v1.2.3