d409f19/cellmata

Negative size in dimension

Closed this issue · 0 comments

The following programs compiles with no warnings or errors regarding the size

world {
size = -1 [edge], 200 [wrap];
edge = ident;
}

state ident (0, 0, 0) {
become ident;
}