aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc')
-rw-r--r--Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc10
1 files changed, 8 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc b/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
index af4b1696b..1f7e8203e 100644
--- a/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
+++ b/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
@@ -35,8 +35,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);
+
typedef typename typeprops<T>::real RT;
@@ -594,7 +598,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