fix initiat errors
This commit is contained in:
parent
3ae384ea29
commit
aca09f1bc8
|
|
@ -1,8 +1,6 @@
|
|||
package backend;
|
||||
import java.util.ArrayList;
|
||||
|
||||
import managementImage.ImageColor;
|
||||
import students.Gradient;
|
||||
import windowInterface.MyInterface;
|
||||
|
||||
public class Simulator extends Thread {
|
||||
|
|
@ -40,7 +38,6 @@ public class Simulator extends Thread {
|
|||
agents = new ArrayList<Agent>();
|
||||
fieldBirthValues = new ArrayList<Integer>();
|
||||
fieldSurviveValues = new ArrayList<Integer>();
|
||||
cellState = false;
|
||||
//TODO : add missing attribute initialization
|
||||
|
||||
grid = gridCreation();
|
||||
|
|
|
|||
Loading…
Reference in New Issue