Skip to content
Snippets Groups Projects
Unverified Commit 6a083b78 authored by Lars Bilke's avatar Lars Bilke
Browse files

[AppL] Added OGS_EXPORT_SYMBOL to currentTime() and endTime().

Should fix pytest issue.
parent 686667d5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment