AquaticEcoDynamics / libaed-water

Code for the AED water quality model
GNU General Public License v3.0
6 stars 6 forks source link

Segmentation fault in core #20

Closed f-baerenbold closed 2 years ago

f-baerenbold commented 2 years ago

Hello,

I just updated libaed-water in my Simstrat-AED coupling and now I get a segfault when allocating memory for the external variables. Calling aed_provide_global once works fine, but it fails the second time. More specifically, the error seems to be between lines 453 and 460 in aed_core.F90.

casper-boon commented 2 years ago

Thats what you get for including a feature you dont expect anyone to use, I guess. Should be fixed now.