Skip to content

Commit

Permalink
proposed solution to #151
Browse files Browse the repository at this point in the history
  • Loading branch information
cwentland0 committed Aug 21, 2023
1 parent f8f65a2 commit cc0ccae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/pressiodemoapps/swe2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit cc0ccae

Please sign in to comment.