Offline transport not working with linssh
Context
The use of linear free surface (linssh
) with the offline transport module (OFF) is not working as code compilation fails in the 4.2 and following code versions.
Analysis
Compilation fails with linssh
option due to missing macro definitions in the offline interface, as the code attempt to access functions for the vvl
case which are not excluded in the code when using linear free surface.
Fix
Revise the code to correctly include missing macro key_linssh
Edited by Tomas Lovato