aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.hh
diff options
context:
space:
mode:
authorschnetter <>2003-05-02 12:23:00 +0000
committerschnetter <>2003-05-02 12:23:00 +0000
commit0709903b1f8f73dc6a02caf287a0aaf4d225c5e5 (patch)
treee74370666399296cc458b38941cffd95a9c4f35f /Carpet/CarpetLib/src/ggf.hh
parent232588c5bc85fb6c860c2b3c762b1b48e8009d71 (diff)
Do not initialise the finer levels of the grid functions at initial
Do not initialise the finer levels of the grid functions at initial time through prolongation. darcs-hash:20030502122312-07bb3-ad2023a18bb9177cae3fbbe0df5aa4401f0a0259.gz
Diffstat (limited to 'Carpet/CarpetLib/src/ggf.hh')
-rw-r--r--Carpet/CarpetLib/src/ggf.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index 6c467632e..7b58c9117 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.13 2003/01/03 15:49:36 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.14 2003/05/02 14:23:12 schnetter Exp $
#ifndef GGF_HH
#define GGF_HH
@@ -79,7 +79,7 @@ public:
// Modifiers
- void recompose ();
+ void recompose (const int initialise_upto = -1);
// Cycle the time levels by rotating the data sets
void cycle (int rl, int c, int ml);