aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Recompose.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-07-15 14:12:16 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-07-15 14:12:16 -0500
commit2c7138b545b27e00b12190ab0cdea9f02eeaba84 (patch)
tree21b0da40ef501cd558321fceb4190325f060f335 /Carpet/Carpet/src/Recompose.cc
parentf90d920be2fb6d1d28e99e628b60a27929a6e857 (diff)
Carpet: Add TODO items to Recompose.cc
Diffstat (limited to 'Carpet/Carpet/src/Recompose.cc')
-rw-r--r--Carpet/Carpet/src/Recompose.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/Recompose.cc b/Carpet/Carpet/src/Recompose.cc
index 696adf7ca..3ab820910 100644
--- a/Carpet/Carpet/src/Recompose.cc
+++ b/Carpet/Carpet/src/Recompose.cc
@@ -234,6 +234,7 @@ namespace Carpet {
// Write grid structure to file
OutputGridStructure (cctkGH, m, regsss);
OutputGridCoordinates (cctkGH, m, regsss);
+#warning "TODO: output superregss"
if (verbose or veryverbose) {
OutputGrids (cctkGH, m, * vhh.at(m), * vdd.at(m));
@@ -1375,6 +1376,9 @@ namespace Carpet {
if (DEBUG) cout << "SRMA mynprocs " << mynprocs << endl;
if (DEBUG) cout << "SRMA: splitting work units" << endl;
+#warning "TODO: rename newregs to regs"
+#warning "TODO: rename nregs to nsuperregs"
+#warning "TODO: rename newnregs to nregs"
vector<region_t> newregs;
newregs.reserve (newnregs);
for (int r=0, p=0; r<nregs; p+=mynprocs.at(r), ++r) {