From 6a083b786391a744c7f1974d15ad9a66fd41dbc1 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 25 Jul 2024 12:33:44 +0200 Subject: [PATCH] [AppL] Added OGS_EXPORT_SYMBOL to currentTime() and endTime(). Should fix pytest issue. --- Applications/ApplicationsLib/Simulation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/ApplicationsLib/Simulation.h b/Applications/ApplicationsLib/Simulation.h index 7aff506877e..ec8b2880683 100644 --- a/Applications/ApplicationsLib/Simulation.h +++ b/Applications/ApplicationsLib/Simulation.h @@ -38,8 +38,8 @@ public: bool nonfatal, std::string const& outdir, std::string const& mesh_dir, std::string const& script_dir, bool write_prj); - double currentTime() const; - double endTime() const; + OGS_EXPORT_SYMBOL double currentTime() const; + OGS_EXPORT_SYMBOL double endTime() const; OGS_EXPORT_SYMBOL bool executeTimeStep(); OGS_EXPORT_SYMBOL bool executeSimulation(); OGS_EXPORT_SYMBOL void outputLastTimeStep() const; -- GitLab