From cc0ccae4272184ba39fa149ea91df34078048773 Mon Sep 17 00:00:00 2001 From: Chris Wentland Date: Mon, 21 Aug 2023 15:11:38 -0700 Subject: [PATCH] proposed solution to #151 --- include/pressiodemoapps/swe2d.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/pressiodemoapps/swe2d.hpp b/include/pressiodemoapps/swe2d.hpp index 082231a1..43ccf764 100644 --- a/include/pressiodemoapps/swe2d.hpp +++ b/include/pressiodemoapps/swe2d.hpp @@ -128,7 +128,8 @@ create_problem_eigen(const mesh_t & meshObj, CustomBCsFunctorLeft && customBCsLeft, CustomBCsFunctorFront && customBCsFront, CustomBCsFunctorRight && customBCsRight, - CustomBCsFunctorBack && customBCsBack) + CustomBCsFunctorBack && customBCsBack, + int /*unused*/) { if (problemEnum != Swe2d::CustomBCs){