forgotten argument added

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12587 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
degironc 2016-07-20 00:11:42 +00:00
parent ecc67b8508
commit 5b1a0612be
1 changed files with 1 additions and 1 deletions

View File

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