aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 18:44:41 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:29 +0000
commit2d5f71617393c79d31d8b5848c814aafdd10ba28 (patch)
tree4a53ea72a1b1c8e306fe5004d0bc37425e0de785 /Carpet/CarpetLib
parent7b4026734388cbe825895a501d5290b118bc5d2e (diff)
CarpetLib: Correct white space
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc b/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
index 370d91723..c3a0c5425 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
+++ b/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
@@ -279,9 +279,9 @@ namespace CarpetLib {
template \
void \
prolongate_3d_cc_rf2_prim2std (T const * restrict const src, \
- ivect3 const & restrict srcext, \
+ ivect3 const & restrict srcext, \
T * restrict const dst, \
- ivect3 const & restrict dstext, \
+ ivect3 const & restrict dstext, \
ibbox3 const & restrict srcbbox, \
ibbox3 const & restrict dstbbox, \
ibbox3 const & restrict regbbox);