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
I'm trying to convert a piece of f77 code to C++. The code was able to be converted successfully with the f2c program, but when I use fable its reporting an error!
fable.read.Error: Missing a closing ")":
at .\my_optim.f(288):
| * mu(la), r(m+n+n+2), s(n+1), u(n+1), v(n+1), w(*),|
Here's the part of the code that reported the error:
fable.cout runs fine on this, however, it doesn't generate these variables as they are not used. So do you have a more complete minimal example I could try?
I'm trying to convert a piece of f77 code to C++. The code was able to be converted successfully with the f2c program, but when I use fable its reporting an error!
Here's the part of the code that reported the error:
Is there any solution or workaround to this problem?
The text was updated successfully, but these errors were encountered: