Skip to content

Commit

Permalink
Add resetMesh to mock
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Nov 5, 2024
1 parent 4702ecd commit 9a85e3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/Participant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ 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 Expand Up @@ -320,4 +325,4 @@ std::string getVersionInformation()
return fake_version;
}

} // namespace precice
} // namespace precice

0 comments on commit 9a85e3c

Please sign in to comment.