Skip to content
Snippets Groups Projects
Commit ceae6d7b authored by Nadeem Shehzad's avatar Nadeem Shehzad
Browse files

reverted wrong last commit.

parent 700275c7
No related branches found
No related tags found
No related merge requests found
......@@ -92,10 +92,7 @@ namespace ChimeraTK {
StatusMonitorImpl(StatusMonitorImpl&&) = default;
~StatusMonitorImpl() override {}
void prepare() override {
StatusMonitorImpl<T>::status = OK;
StatusMonitorImpl<T>::status.write();
}
void prepare() override {}
/**Input value that should be monitored. It is moved one level up, so it's parallel to this monitor object.*/
struct OneUp : public VariableGroup {
......
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