You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Backport from ReSpect] Fix Fortran API functions for string passing
Some surface function save/load API functions declared the passed
strings with the wrong data type:
character(c_char), intent(in) :: name
instead of:
character(c_char), intent(in) :: name(*)
(cherry picked from commit 7fc97c7384fb90f1266e59a70036667ab4fb60f6)
0 commit comments