aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-02-19 04:51:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2008-02-19 04:51:00 +0000
commitac87fdd76b0cba287f927a919f3dc7a3c7340ae8 (patch)
tree278ed871975baaa9a0e85fd7cdfe31cb55ecc335 /Carpet/CarpetLib/src
parent45f55a5ebcbb32bcafc77cdc092c91a66fbcf206 (diff)
CarpetLib: White space change in ggf.cc
darcs-hash:20080219045115-dae7b-b098e7d4835a115ea87fc0ed656ba87f803a368b.gz
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/ggf.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/ggf.cc b/Carpet/CarpetLib/src/ggf.cc
index 3e397e999..f647c8ae9 100644
--- a/Carpet/CarpetLib/src/ggf.cc
+++ b/Carpet/CarpetLib/src/ggf.cc
@@ -159,7 +159,9 @@ void ggf::recompose_fill (comm_state & state, int const rl,
for (int ml = 0; ml < h.mglevels(); ++ ml) {
vector <int> tls;
- if (do_prolongate and rl > 0 and transport_operator != op_none and transport_operator != op_sync) {
+ if (do_prolongate and rl > 0 and
+ transport_operator != op_none and transport_operator != op_sync)
+ {
int const numtl = timelevels (ml, rl);
tls.resize (numtl);
for (int tl = 0; tl < numtl; ++ tl) {