Skip to content
Snippets Groups Projects
Commit b372c897 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 06/06/2024: fix for the previous commit

parent 1dc9f84b
No related branches found
No related tags found
No related merge requests found
...@@ -2356,7 +2356,7 @@ IF (OEXIT) THEN ...@@ -2356,7 +2356,7 @@ IF (OEXIT) THEN
END IF END IF
! !
CALL IO_File_close(TINIFILE) CALL IO_File_close(TINIFILE)
IF ( CSURF == "EXTE" .AND. .NOT.ASSOCIATED( TINIFILE, TINIFILEPGD ) ) CALL IO_File_close( TINIFILEPGD ) IF ( CSURF == "EXTE" .AND. ASSOCIATED( TINIFILEPGD ) ) CALL IO_File_close( TINIFILEPGD )
! !
!* 28.1 print statistics! !* 28.1 print statistics!
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment