|
@@ -18,7 +18,7 @@ public class Model {
|
|
|
|
|
|
private static int SCALE = 50;
|
|
|
private static int SCALE_DIV2 = SCALE / 2;
|
|
|
- private static final int ITERATIONS = 50;
|
|
|
+ private static final int ITERATIONS = 100;
|
|
|
private int CUR_ITERATION = 0;
|
|
|
|
|
|
private CpsObject selectedCpsObject;
|