aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/copy_4d.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/copy_4d.cc')
-rw-r--r--Carpet/CarpetLib/src/copy_4d.cc10
1 files changed, 8 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/copy_4d.cc b/Carpet/CarpetLib/src/copy_4d.cc
index 376b81428..232ab0914 100644
--- a/Carpet/CarpetLib/src/copy_4d.cc
+++ b/Carpet/CarpetLib/src/copy_4d.cc
@@ -36,8 +36,12 @@ namespace CarpetLib {
ivect4 const & restrict dstext,
ibbox4 const & restrict srcbbox,
ibbox4 const & restrict dstbbox,
- ibbox4 const & restrict regbbox)
+ ibbox4 const & restrict,
+ ibbox4 const & restrict regbbox,
+ void * extraargs)
{
+ assert (not extraargs);
+
if (any (srcbbox.stride() != regbbox.stride() or
dstbbox.stride() != regbbox.stride()))
{
@@ -133,7 +137,9 @@ namespace CarpetLib {
ivect4 const & restrict dstext, \
ibbox4 const & restrict srcbbox, \
ibbox4 const & restrict dstbbox, \
- ibbox4 const & restrict regbbox);
+ ibbox4 const & restrict, \
+ ibbox4 const & restrict regbbox, \
+ void * extraargs);
#include "typecase.hh"
#undef TYPECASE