Hello everyone:
In the source code of Telemac-2D (version 6.1), the subroutine FLU_TCHAMEN(H1,H2,ETA1,ETA2,U1,U2,V1,V2,XNN,YNN,FLXI,FLXJ,G,EPS) has 14 parameters.
But the call in subroutine flux_tch.f "CALL FLU_TCHAMEN(H1,H2,ETA1,ETA2,V21,V22,V31,V32,XNN,YNN,FLX,G,EPS) has only 13 parameters. The array FLX is used later for both nodes "NUBO1" and "NUBO2".
Can anyone tell me if this is an error in the source code and if it is, how to correct it?