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
commit5c20bc1bd05c8d870508d887de4fbe9a04a61e39 (patch)
tree141debf987d51c9a5ea93ae5d7196fe8849d5148 /Carpet/Carpet/src/Recompose.cc
parentd50574986fd48aef0480712338a3ec75be67a561 (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) {