URDME / urdme

Stochastic reaction-diffusion simulation on unstructured meshes.
www.urdme.org
GNU General Public License v3.0
28 stars 12 forks source link

DFSP solver segfaults on Ubuntu #21

Closed ahellander closed 11 years ago

ahellander commented 11 years ago

test/test_dfsp.m exposes this in the current revsion.

ahellander commented 11 years ago

Fixed. It was a memory issue with dfsp.c not being udated correctly to safely deallocate the model with both Matlab and URDME_LIBMAT. Also made URDME_LIBMAT the default in this commit.