# cross, two functional spatial variables, COUNT and SUM, referencing # different stochastic variables, all cases: # one-dimensional ENTITY cross01 , "" , "tests/model_all_spat/file.txt" { INTEGER depsc01 ~ discrete_uniform(0, 1) REAL depcc01 ~ continuous_uniform(0, 1) REAL sc01 = SUM(& depsc01) REAL cc01 = COUNT(& depcc01) }