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