aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorshawley <>2002-07-18 12:33:00 +0000
committershawley <>2002-07-18 12:33:00 +0000
commit2059abd180d723af1f5907f206d7c35b04973ef9 (patch)
tree78e1e287d50e2ac77112863f5caa34e0acd48d34 /Carpet
parent7b5bbe53557ccef49841d0c95825455d62e5414f (diff)
Added operator copytoprevs
darcs-hash:20020718123350-e415b-27674a608a5b338fc0ff0771ea7cbc4df25b0320.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetLib/src/ggf.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index 00a19fe66..a49bb1bad 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -6,7 +6,7 @@
copyright : (C) 2000 by Erik Schnetter
email : schnetter@astro.psu.edu
- $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.10 2002/06/06 14:20:16 schnetter Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.11 2002/07/18 14:33:50 shawley Exp $
***************************************************************************/
@@ -100,6 +100,8 @@ public:
// Flip the time levels by exchanging the data sets
void flip (int rl, int c, int ml);
+ // Copy data from current time level to all previous time levels
+ void copytoprevs (int rl, int c, int ml);
// Helpers