aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorschnetter <>2002-06-05 22:23:00 +0000
committerschnetter <>2002-06-05 22:23:00 +0000
commit728d83a25711e9418b478b2ee439cf089b152b0c (patch)
treef27815b385826061e6cabf9c75952cce2bfe46db /Carpet/Carpet/src/variables.cc
parent1f34f1db1e13fdc5ffe43682dfd5544526f430fe (diff)
Arrays and scalars are now treated differently. There is now only one
Arrays and scalars are now treated differently. There is now only one instance of each scalar and array per processor (... and convergence level). That means that all refinement levels and all grid components share the same scalars and arrays. darcs-hash:20020605222334-07bb3-469a6576637a8f90df31f2b23aa6779222910ca6.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc9
1 files changed, 2 insertions, 7 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index c2d5d9bc6..3d33468e2 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -5,7 +5,7 @@
#include "carpet.hh"
-static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.7 2002/03/26 13:22:28 schnetter Exp $";
+static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.8 2002/06/06 00:23:35 schnetter Exp $";
CCTK_FILEVERSION(Carpet_variables_cc)
@@ -63,13 +63,8 @@ namespace Carpet {
gh<dim>* hh;
th* tt;
dh<dim>* dd;
-
- // Data for scalars
- gh<dim>* hh0;
- th* tt0;
- dh<dim>* dd0;
- // Data for everything
+ // Data for everything
vector<arrdesc> arrdata; // [group]
// Checksums