aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/src/iof5.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-05-11 13:43:32 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:20 +0100
commit23e4f959d74f4e039773a474ade16e43f3959dff (patch)
tree9a063ad2c4b9e955359f7d0a6b141f2ec3219746 /CarpetDev/CarpetIOF5/src/iof5.cc
parentfb25367e8f3e97be8537811cd057bb5e81fc3176 (diff)
Remove all #warning statements
Diffstat (limited to 'CarpetDev/CarpetIOF5/src/iof5.cc')
-rw-r--r--CarpetDev/CarpetIOF5/src/iof5.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/CarpetDev/CarpetIOF5/src/iof5.cc b/CarpetDev/CarpetIOF5/src/iof5.cc
index 01033b24b..c9ebb028f 100644
--- a/CarpetDev/CarpetIOF5/src/iof5.cc
+++ b/CarpetDev/CarpetIOF5/src/iof5.cc
@@ -474,7 +474,8 @@ namespace CarpetIOF5 {
// Keep track of which files could be read, and which could not
int foundproc = -1, notfoundproc = -1;
-#warning "TODO: Store how many processes contributed to the output, and expect exactly that many files"
+ // TODO: Store how many processes contributed to the output, and
+ // expect exactly that many files
int const myproc = CCTK_MyProc(cctkGH);
int const nprocs = CCTK_nProcs(cctkGH);
// Loop over all (possible) files
@@ -501,7 +502,7 @@ namespace CarpetIOF5 {
// Iterate over all time slices
bool const input_past_timelevels = in_recovery;
-#warning "TODO: read metadata when recoverying parameters"
+ // TODO: read metadata when recoverying parameters
bool const input_metadata = false;
input(cctkGH, file, input_var, input_past_timelevels, input_metadata,
scatter);