FLAMEGPU / FLAMEGPU2

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

Fix for standalone msg variables inside agent python #1111

Closed Robadob closed 1 year ago

Robadob commented 1 year 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