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

Juan 15/01/2022:ZSOLVER/sources_neg_correct.f90, missing deallocate ZTEMP_BUD

parent 3af665af
No related branches found
No related tags found
No related merge requests found
...@@ -460,7 +460,7 @@ end select CLOUD ...@@ -460,7 +460,7 @@ end select CLOUD
!$acc end data !$acc end data
#ifndef MNH_OPENACC #ifndef MNH_OPENACC
deallocate( zexn, zlv, zcph, zls, zcor ) deallocate( zexn, zlv, zcph, zls, zcor , ZTEMP_BUD)
#else #else
!Release all memory allocated with Mnh_mem_get calls since last call to Mnh_mem_position_pin !Release all memory allocated with Mnh_mem_get calls since last call to Mnh_mem_position_pin
call Mnh_mem_release() call Mnh_mem_release()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment