Skip to content

Commit

Permalink
Fix compilation error without ZMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed Oct 16, 2024
1 parent 18fdf0d commit 5b52d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HopsanGUI/Widgets/ModelWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ private slots:
SharedRemoteCoreSimulationHandlerT mpLocalRemoteCoreSimulationHandler;
SharedRemoteCoreSimulationHandlerT mpExternalRemoteCoreSimulationHandler;
SharedRemoteCoreSimulationHandlerT chooseRemoteCoreSimulationHandler() const;
double mSimulationProgress;
#endif
// Remote collected data
double mSimulationProgress;
QVector<RemoteResultVariable> mRemoteResultVariables;
QMutex mSimulateMutex;
};
Expand Down

0 comments on commit 5b52d04

Please sign in to comment.