Forgotten small piece of a previous commit (GTH pseudopotentials)

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12656 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2016-08-03 11:05:28 +00:00
parent d15e1e802f
commit 843e40890b
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ SUBROUTINE clean_pw( lflag )
! !
CALL deallocate_igk ( ) CALL deallocate_igk ( )
CALL deallocate_uspp() CALL deallocate_uspp()
CALL deallocate_gth(.true.) CALL deallocate_gth( lflag )
CALL deallocate_noncol() CALL deallocate_noncol()
! !
! ... arrays allocated in init_run.f90 ( and never deallocated ) ! ... arrays allocated in init_run.f90 ( and never deallocated )