Skip to content

Commit

Permalink
Add resetMesh to mock
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis authored Nov 5, 2024
1 parent afd51e5 commit cd51bef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Participant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ void Participant::setMeshTetrahedra
precice::span<const precice::VertexID> vertices)
{}

void Participant:: resetMesh(precice::string_view meshName)
{}

void Participant:: writeData
(
precice::string_view meshName,
Expand Down

0 comments on commit cd51bef

Please sign in to comment.