aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp2
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-08-27 16:06:00 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:34 +0100
commit79df39f31df6840c934e7045ff15c33be46b68fe (patch)
treedfa4d4958443b5f5e4cf111c38e96fa1675058a1 /Carpet/CarpetInterp2
parent5b23f5b9a8f0f213e9bc6d723e11b0bd37a4d969 (diff)
CarpetInterp2: White space change
Diffstat (limited to 'Carpet/CarpetInterp2')
-rw-r--r--Carpet/CarpetInterp2/src/fasterp.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetInterp2/src/fasterp.cc b/Carpet/CarpetInterp2/src/fasterp.cc
index 94f6146d0..6c5880f44 100644
--- a/Carpet/CarpetInterp2/src/fasterp.cc
+++ b/Carpet/CarpetInterp2/src/fasterp.cc
@@ -671,7 +671,8 @@ namespace CarpetInterp2 {
assert (rl>=0 and c>=0);
ibbox const & ext =
- Carpet::vdd.AT(m)->light_boxes.AT(Carpet::mglevel).AT(rl).AT(c).exterior;
+ Carpet::vdd.AT(m)
+ ->light_boxes.AT(Carpet::mglevel).AT(rl).AT(c).exterior;
rvect dpos = rpos - rvect(ipos);
// Convert from Carpet indexing to grid point indexing