FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
99 stars 19 forks source link

Fix for standalone msg variables inside agent python #1111

Closed Robadob closed 9 months ago

Robadob commented 9 months ago

This change:

Note: Potential issue that these variables are never removed from the list, e.g. if they should be going out of scope.

Closes #1110