Skip to content

Commit

Permalink
Przekazywanie do cząstek, że jest włączona symulacja
Browse files Browse the repository at this point in the history
  • Loading branch information
tdomanski committed May 3, 2021
1 parent 0108ce4 commit 1fea1af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/matematyczna/SymulacjaCzastki.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ public void ustawParametry(Czastki czastki,double dt)
this.dt=dt;
}



public void setOnSymulacja(boolean onSymulacja) {
czastki.setSymulacja(onSymulacja);
this.onSymulacja = onSymulacja;
}

Expand Down

0 comments on commit 1fea1af

Please sign in to comment.