In main.f90, in the Lapidus smoothing section, bndry_inner is being called with 2 arguments missing. This is causing seg faults.
https://github.com/itsmoosh/multifluid/blob/0ad47c9ce05c60ca753acc5949c6e67f205b270a/code/main.f90#L3030
(needs re_equiv,r_inner, at the start of this line)
This fault has been present for years, but for some reason did not cause any errors until now in the europa branch.
I'll push a fix to master once matplotlib plotting is complete.
In main.f90, in the Lapidus smoothing section, bndry_inner is being called with 2 arguments missing. This is causing seg faults.
https://github.com/itsmoosh/multifluid/blob/0ad47c9ce05c60ca753acc5949c6e67f205b270a/code/main.f90#L3030
(needs
re_equiv,r_inner,at the start of this line)This fault has been present for years, but for some reason did not cause any errors until now in the europa branch.
I'll push a fix to master once matplotlib plotting is complete.