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
The code compiles with gfortran but there are some warnings to resolve. At this point, most of them are due to implicit
conversions of real(8) to real(4) and can be addressed by making those conversions explicit. At least one of the warnings is due to truncating a string, which may be a bit more serious though.
The text was updated successfully, but these errors were encountered:
The code compiles with gfortran but there are some warnings to resolve. At this point, most of them are due to implicit
conversions of
real(8)
toreal(4)
and can be addressed by making those conversions explicit. At least one of the warnings is due to truncating a string, which may be a bit more serious though.The text was updated successfully, but these errors were encountered: