Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 62af4e6

Browse files
niklworsOpenModelica-Hudson
authored andcommitted
fix for Ubuntu Clang build error in Peer solver
Belonging to [master]: - #2079
1 parent e44d430 commit 62af4e6

File tree

1 file changed

+2
-4
lines changed
  • SimulationRuntime/cpp/Include/Solver/Peer

1 file changed

+2
-4
lines changed

SimulationRuntime/cpp/Include/Solver/Peer/Peer.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,10 @@ class Peer : public ISolver, public SolverDefaultImplementation
175175
virtual SOLVERSTATUS getSolverStatus()
176176
{ return UNDEF_STATUS; }
177177

178-
/* virtual void setTimeOut(unsigned int time_out)
179-
{}
180-
*/
181-
virtual void setTimeOut(double time_out)
178+
virtual void setTimeOut(unsigned int time_out)
182179
{}
183180

181+
184182
virtual void stop()
185183
{}
186184

0 commit comments

Comments
 (0)