# simple, functional spatial variable and the referenced one, all cases: ENTITY s , "", "tests/model_all_spat/file.txt" { } ENTITY n , "" { } # two-dimensional (spatial = Y) ENTITY simple02 , "" , combines(s, n) { INTEGER dep02 ~ discrete_uniform(0, 1) INTEGER s02 = SUM(& dep02) } # two-dimensional (spatial = X) ENTITY simple03 , "" , combines(n, s) { INTEGER dep03 ~ discrete_uniform(0, 1) INTEGER s03 = SUM(& dep03) }