Dear telemac users,
I have a question and I wonder if you can help me.
I am changing a subroutine in SISYPHE and I need to use time value.
In order to use that I use the following command: USE DECLARATINS_TELEMAC2D, ONLY:AT
and I can compile the program without any problem (case 1).
But as soon as I use "WRITE(LU,*) AT" to print out the time, the compilation gives me an error (case 2). The first attached file shows the compilation without error (case 1). The second attached file shows the compilation with error (case 2).
I thank you in advance for your comment.