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
Issue found by Ph. Marguinaud in mode_mf_turb (line 198):
CALL TRIDIAG_MASSFLUX(D,PTHLM,PFLXZTHMF,-PEMF,PTSTEP,PIMPL,...
The "-PEMF" part should be replaced by a temporary variable.
The same kind of array syntax in call statements exist in other places. They must be suppressed.
The text was updated successfully, but these errors were encountered:
Issue found by Ph. Marguinaud in mode_mf_turb (line 198):
CALL TRIDIAG_MASSFLUX(D,PTHLM,PFLXZTHMF,-PEMF,PTSTEP,PIMPL,...
The "-PEMF" part should be replaced by a temporary variable.
The same kind of array syntax in call statements exist in other places. They must be suppressed.
The text was updated successfully, but these errors were encountered: