minor refactoring

This commit is contained in:
hneemann 2021-04-30 22:50:28 +02:00
parent 787d833cdd
commit 1b953814a8

View File

@ -46,6 +46,7 @@ public class RealTimeClock implements ModelStateObserverTyped {
if (f < 1) f = 1;
this.frequency = f;
this.output = clock.getClockOutput();
model.addObserver(this);
}
@Override