mueller/master #37

Closed
muellerr wants to merge 126 commits from mueller/master into eive/develop
Showing only changes of commit cf4c3acc01 - Show all commits

View File

@ -50,8 +50,6 @@ bool Timer::isSet() const {
}
void Timer::resetTimer() {
if(not this->set) {
set = false;
}
set = false;
setTimer(0);
}