Skip to content

Commit cc0ccae

Browse files
committed
proposed solution to #151
1 parent f8f65a2 commit cc0ccae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/pressiodemoapps/swe2d.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ create_problem_eigen(const mesh_t & meshObj,
128128
CustomBCsFunctorLeft && customBCsLeft,
129129
CustomBCsFunctorFront && customBCsFront,
130130
CustomBCsFunctorRight && customBCsRight,
131-
CustomBCsFunctorBack && customBCsBack)
131+
CustomBCsFunctorBack && customBCsBack,
132+
int /*unused*/)
132133
{
133134

134135
if (problemEnum != Swe2d::CustomBCs){

0 commit comments

Comments
 (0)