multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Fortran API doesn't return errors when creating an Instance #113

Open LourensVeen opened 2 years ago

LourensVeen commented 2 years ago

Instance can raise, e.g. when the manager isn't found, but the Fortran API doesn't return an error code or message from LIBMUSCLE_Instance_create. You can catch this in Python and C++, so you should be able to do so in Fortran.