aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Evolve.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-25 22:18:46 +0200
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:29 +0100
commitd17bd841e728a83c8f4078251fee8023710b22d5 (patch)
tree5b2752a3f4e9ef555f7105634b7e1fec3a363f85 /Carpet/Carpet/src/Evolve.cc
parent0f4d6a1958702fc250f107f0d48ef9b58cf296b0 (diff)
Carpet: Break long lines
Diffstat (limited to 'Carpet/Carpet/src/Evolve.cc')
-rw-r--r--Carpet/Carpet/src/Evolve.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/Evolve.cc b/Carpet/Carpet/src/Evolve.cc
index 72526b8a8..c1d4ee5b6 100644
--- a/Carpet/Carpet/src/Evolve.cc
+++ b/Carpet/Carpet/src/Evolve.cc
@@ -305,8 +305,9 @@ namespace Carpet {
bool const did_recompose = Recompose (cctkGH, rl, true);
did_any_recompose = did_any_recompose or did_recompose;
- // Carpet assumes that a regridding operation always changes "level N
- // and all finer levels" so we should call POSTREGRID on all finer levels
+ // Carpet assumes that a regridding operation always changes
+ // "level N and all finer levels" so we should call
+ // POSTREGRID on all finer levels
if (did_any_recompose or
(did_remove_level and rl == reflevels - 1))
{