From cd51bef4b53638bb62da635017821dae2997c563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Tue, 5 Nov 2024 07:51:15 +0100 Subject: [PATCH] Add resetMesh to mock --- test/Participant.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Participant.cpp b/test/Participant.cpp index 8a36f2af..a5658c7f 100644 --- a/test/Participant.cpp +++ b/test/Participant.cpp @@ -237,6 +237,9 @@ void Participant::setMeshTetrahedra precice::span vertices) {} +void Participant:: resetMesh(precice::string_view meshName) +{} + void Participant:: writeData ( precice::string_view meshName,