Removal of workaround for old xml format

This commit is contained in:
Paolo Giannozzi 2019-05-17 22:30:50 +02:00
parent 24cae0a7e7
commit fdb341fe50
2 changed files with 0 additions and 4 deletions

View File

@ -129,8 +129,6 @@ PROGRAM do_dos
!
! info on tetrahedra is no longer saved to file and must be rebuilt
!
! workaround for old xml file, to be removed
IF ( ALLOCATED ( tetra ) ) DEALLOCATE (tetra)
! in the lsda case, only the first half of the k points
! are needed in the input of "tetrahedra"
!

View File

@ -163,8 +163,6 @@ PROGRAM do_projwfc
IF ( ltetra ) THEN
!
! info on tetrahedra is no longer saved to file and must be rebuilt
! workaround for old xml file, to be removed when the old xml file is
IF(ALLOCATED(tetra)) DEALLOCATE(tetra)
!
! in the lsda case, only the first half of the k points
! are needed in the input of "tetrahedra"