Hello,
I am trying to implement a modification of the subroutines 'nodalf_pugh.f' and 'nodalupv_pugh.f', which are called by my subroutine 'bord.f'.
This latter was first modified (included in the main fortran file of T2D) and tested with success.
Next I included the 2 'nodal' routines (modified versions) in the fortran file, but the 'bord' subroutine does not seem to call the right versions of these subroutines (it seems to be calling the original subroutines and not be taking into account the modification made in the fortran file).
Would anyone have an idea on how to solve this situation? (Is there a special procedure for modifying several subroutines, with one calling the other(s)?)
Thanks in advance,
Chris.