aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetInterp/src/interp.cc')
-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) {