aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp
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 /Carpet/CarpetInterp
parentfb25367e8f3e97be8537811cd057bb5e81fc3176 (diff)
Remove all #warning statements
Diffstat (limited to 'Carpet/CarpetInterp')
-rw-r--r--Carpet/CarpetInterp/src/interp.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index 864dd85d7..e9674bbc1 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -1364,7 +1364,8 @@ namespace CarpetInterp {
1));
}
-#warning "TODO: Loop only over those maps and components that exist for this variable group"
+ // TODO: Loop only over those maps and components that exist for
+ // this variable group
for (int m=0; m<maps; ++m) {
for (int lc=0; lc<vhh.AT(m)->local_components(rl); ++lc) {
int const c = vhh.AT(m)->get_component(rl,lc);