miquelramirez / simulpast-cs1

SimulPAST project Case Study #1 Agent Based Simulator
http://www.simulpast.es
4 stars 1 forks source link

Agents created during simulation cause seg fault #14

Open xrubio opened 12 years ago

xrubio commented 12 years ago

Agents created through marriage are not correctly initialized, and their execution crash the simulation.

miquelramirez commented 12 years ago

I think this might be related to the commit I made earlier today, where I found that HunterGatherer agents created through the HunterGatherer::createAgent() method were not getting a pointer to the GujaratWorld object.