Skip to content

Commit

Permalink
Merge pull request #152 from Pressio/151-add-dummy-icIdentifier-to_Swe2d
Browse files Browse the repository at this point in the history
proposed solution to #151
  • Loading branch information
fnrizzi authored Aug 24, 2023
2 parents f8f65a2 + 4e18b28 commit 398ee43
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,
[[maybe_unused]] int icFlag = 0 )
{

if (problemEnum != Swe2d::CustomBCs){
Expand Down

0 comments on commit 398ee43

Please sign in to comment.