removed reading of the QEXSD environment variable which is not needed anymore

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12827 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
pietrodelugas 2016-08-22 17:49:46 +00:00
parent 92800fc39b
commit 14d602b549
1 changed files with 1 additions and 4 deletions

View File

@ -161,10 +161,7 @@ CONTAINS
CALL iotk_open_write(ounit,FILE=filename , root="qes:espresso",attr=attr,binary=.false., &
skip_head=.true.,IERR=ierr)
!
IF (ierr /= 0) call errore(subname, 'opening xml input file', ierr)
!
IF ( input_xml_schema_file == ' ' ) CALL get_environment_VARIABLE ( 'QEXSD', input_xml_schema_file )
!
IF (ierr /= 0) call errore(subname, 'opening xml output file', ierr)
! the input file is mandatory to have a validating schema
! here an error should be issued, instead
!