optimizations etc

This commit is contained in:
nora 2020-11-17 20:04:02 +01:00
parent 64dc682257
commit 36384cd7bc
7 changed files with 9 additions and 31 deletions

View file

@ -24,7 +24,7 @@ public class Controller {
}
public void startCalculation(ActionEvent actionEvent) {
MandelbrotSet m = new MandelbrotSet(2, 1, 3, 1);
MandelbrotSet m = new MandelbrotSet(2, 3, 3, 10);
m.startMandelbrot();
}
}