Skip to content

Commit 56001ee

Browse files
committed
remove peasy.test
1 parent 1d1210f commit 56001ee

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PBox.pde

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
// 3d cellular automata //<>// //<>// //<>// //<>// //<>// //<>// //<>// //<>// //<>//
1+
import peasy.*; //<>//
2+
import peasy.org.apache.commons.math.*;
3+
import peasy.org.apache.commons.math.geometry.*;
4+
5+
// 3d cellular automata //<>// //<>// //<>// //<>// //<>// //<>// //<>// //<>//
26

3-
import peasy.test.*;
47
import peasy.org.apache.commons.math.*;
58
import peasy.*;
69
import peasy.org.apache.commons.math.geometry.*;
@@ -236,7 +239,6 @@ void setup() {
236239
setRule("Rule4");
237240
stashCells(clock);
238241

239-
frameRate(10000);
240242
}
241243

242244
void addCell(int x, int y, int z, int state) {
@@ -896,5 +898,4 @@ void setRule(String r) {
896898
clearWorld();
897899
rule.initConfig();
898900
stashCells(clock);
899-
}
900-
901+
}

0 commit comments

Comments
 (0)