mueller/master #37

Closed
muellerr wants to merge 126 commits from mueller/master into eive/develop
243 changed files with 3196 additions and 8502 deletions
Showing only changes of commit cf4c3acc01 - Show all commits

View File

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