Skip to content
Snippets Groups Projects
Commit aeec932d authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 10/02/2022:modeln.f90, Bug ZSEA pointer : ALLOCATED -> ASSOCIATED

parent 7741b387
No related branches found
No related tags found
No related merge requests found
......@@ -2411,7 +2411,7 @@ IF (OEXIT) THEN
END IF
#ifndef MNH_OPENACC
IF ( ALLOCATED( ZSEA ) ) DEALLOCATE( ZSEA )
IF ( ASSOCIATED( ZSEA ) ) DEALLOCATE( ZSEA )
DEALLOCATE( ZRWS )
DEALLOCATE( ZPABST )
#else
......
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