aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-03-01 18:59:32 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2008-03-01 18:59:32 -0600
commit389139c7779d82062d443ebaa56d5763d3629666 (patch)
treeba5cbe2bd07a03d17ad9820376a6a1be28dfd607 /Carpet/CarpetLib/param.ccl
parent3e2aac9e9791759d5263d4edb59bcf8470f570ba (diff)
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.
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl4
1 files changed, 4 insertions, 0 deletions
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