aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-05-30 23:13:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-05-30 23:13:00 +0000
commit23380cc7760979fdcb22e24f4e5c312535f2c0a4 (patch)
tree0c836ddc3bf2434770a42fc56aa7a1a7b05ee952 /Carpet/Carpet/src/carpet.hh
parentc6d8b035d66ac9917e1e5e1676ba2a7d365f5837 (diff)
Carpte: Document poisoning better
darcs-hash:20070530231304-dae7b-92daf312e23db8a74d1e9e4cd829b3f2fc41f843.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index a26b12412..bd16cd525 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -48,8 +48,8 @@ namespace Carpet {
allbutcurrenttime,
alltimes };
- int mintl (checktimes where, int num_tl);
- int maxtl (checktimes where, int num_tl);
+ int min_timelevel (checktimes where, int num_tl);
+ int max_timelevel (checktimes where, int num_tl);
void Poison (const cGH* cgh, checktimes where, int what = 0);
void PoisonGroup (const cGH* cgh, int group, checktimes where);