Oops...exx_deallocate => deallocate_exx

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7725 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2011-04-29 07:08:12 +00:00
parent 82517fbc5e
commit ed9cb1977a
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ MODULE exx
CONTAINS
!------------------------------------------------------------------------
SUBROUTINE exx_deallocate ()
SUBROUTINE deallocate_exx ()
!------------------------------------------------------------------------
IF ( ALLOCATED (index_xkq) ) DEALLOCATE (index_xkq)
IF ( ALLOCATED (index_xk ) ) DEALLOCATE (index_xk )
@ -99,7 +99,7 @@ CONTAINS
IF ( ALLOCATED (xkq) ) DEALLOCATE (xkq)
IF ( ALLOCATED (exxbuff) ) DEALLOCATE (exxbuff)
!
END SUBROUTINE exx_deallocate
END SUBROUTINE deallocate_exx
!------------------------------------------------------------------------
subroutine exx_grid_init()
!------------------------------------------------------------------------