fix: adding missing deallocation of bectype

in write_p_avg.f90 (G.J. Ferreira)
This commit is contained in:
Pietro Delugas 2022-03-08 00:19:01 +01:00 committed by Pietro Delugas
parent 1d77f7d808
commit 1cc0455e34
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ SUBROUTINE write_p_avg(filp, spin_component, firstk, lastk)
IF (ionode) THEN
CLOSE(iunout)
ENDIF
call deallocate_bec_type(becp)
DEALLOCATE(matp)
!
RETURN