From 9a85e3c6276c32142ec57c2f61c65f91fc8342ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Tue, 5 Nov 2024 09:51:05 +0100 Subject: [PATCH] Add resetMesh to mock --- test/Participant.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/Participant.cpp b/test/Participant.cpp index 8a36f2af..74107e9c 100644 --- a/test/Participant.cpp +++ b/test/Participant.cpp @@ -237,6 +237,11 @@ void Participant::setMeshTetrahedra precice::span vertices) {} +void Participant::resetMesh +( + precice::string_view meshName) +{} + void Participant:: writeData ( precice::string_view meshName, @@ -320,4 +325,4 @@ std::string getVersionInformation() return fake_version; } -} // namespace precice \ No newline at end of file +} // namespace precice