org.hwo.Smoother: setWert() korrigiert

thobaben_serialize
Harald Wolff 2016-09-06 11:48:36 +02:00
parent 9995f8effd
commit 667d76f96b
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class Smoother {
}
public void setWert(int wert) {
this.setSumme( (wert * tn) - wert );
this.wert = wert;
}