Skip to content
Robert Bird edited this page Feb 6, 2019 · 3 revisions

Q1) I see the error error: use of undeclared identifier 'global'
A) You cannot use the global data store before declaring begin_initialization. Bring begin_global and begin_initialization to the top of your input deck (including before includes for things like collisions)

Clone this wiki locally