aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-08-02 15:58:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-08-02 15:58:00 +0000
commitefdf2c3c763abe3970e424806f2a2dc44d35488f (patch)
tree848215ccbf2030f4845720ede05fb3a6b8a4b7ef /Carpet/Carpet/src/carpet.hh
parent7e6f5550f88951a1f7d5a15b7fd77af6b1a27f64 (diff)
Carpet: Allow using grid arrays in wragh bin
Poison grid arrays (and grid scalars) before the wragh bin. Poison grid functions before the basegrid bin. Also poison before recovering. darcs-hash:20060802155840-dae7b-663fe065e3196ebcc53d15c48572fa938008b7a3.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 73418a4ed..40a5f6f55 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -50,7 +50,7 @@ namespace Carpet {
int mintl (checktimes where, int num_tl);
int maxtl (checktimes where, int num_tl);
- void Poison (const cGH* cgh, checktimes where);
+ void Poison (const cGH* cgh, checktimes where, int what = 0);
void PoisonGroup (const cGH* cgh, int group, checktimes where);
void PoisonCheck (const cGH* cgh, checktimes where);