aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-12-12 18:11:56 -0800
committerRoland Haas <roland.haas@physics.gatech.edu>2012-12-12 18:11:56 -0800
commitec4f13f3b3c9b3f21a05151f2df13b9fb4fb782b (patch)
tree6da80b2a912e693e7ef21cb6bb14f0f043e3a5dc /Carpet/CarpetLib/src/data.cc
parent8d948b752cf61bbbf46e254a9fea6721a99771d6 (diff)
CarpetLib: support padding in non-OpenMP transport operator
Diffstat (limited to 'Carpet/CarpetLib/src/data.cc')
-rw-r--r--Carpet/CarpetLib/src/data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index 2e4e1d4fa..8500997cc 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -62,7 +62,7 @@ call_operator (void
{
#ifndef _OPENMP
(* the_operator)
- (src, srcext, dst, dstext, srcbbox, dstbbox,
+ (src, srcpadext, srcext, dst, dstpadext, dstext, srcbbox, dstbbox,
srcregbbox, dstregbbox, extraargs);
#else
# ifdef CARPET_DEBUG