From: Eric F. <efe...@ph...> - 2008-12-15 13:09:27
|
Hi, I get a segfault when trying to create from file around 70 odeModel*_t: odeModel_t* = ODEModel_createFromFile("model.xml"); Is that data structure that big ? Of course that depends on the size of the model (190kB in my case), but I am surprised to get a segfault. Any advice ? I know I could only use pointers, but I'd like to make "evolve" these models within a cell population, therefore I thought it would be better to have one model per cell. If there is no other workaround I'll change the parameters "on the fly" before doing an integration and keep one model pointer for all cells. Thanks, Eric |