aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-27 11:17:59 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:17:06 +0000
commit8d73536d782c9b1c419b89170767ee7ba6b5820f (patch)
tree46b55f7403c05387f2e16c519e698c87de21607e /Carpet/CarpetInterp
parent580147ad1465531a2951d2e224b64d9bd3dcc7d8 (diff)
parent31aa0a30ac88e00db2e149c33e4e3c54237ce9d3 (diff)
CarpetInterp: Merge
Diffstat (limited to 'Carpet/CarpetInterp')
-rw-r--r--Carpet/CarpetInterp/src/interp.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index b04d268dd..0f809926e 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -1342,8 +1342,7 @@ namespace CarpetInterp {
ENTER_LEVEL_MODE (cctkGH, rl) {
// Number of neccessary time levels
- CCTK_REAL const level_time =
- cctkGH->cctk_time;
+ CCTK_REAL const level_time = cctkGH->cctk_time;
vector<int> num_tl (N_input_arrays, 0);
vector<bool> need_time_interp (N_output_arrays);
for (int m=0; m<N_output_arrays; ++m) {