The location of xml input file can be read from environment variable QEXML

(for testing: non need to modify all input files)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11766 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2015-09-25 08:04:21 +00:00
parent 00b5069c29
commit 9d97c7ed17
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ MODULE read_namelists_module
lfcpopt = .FALSE.
lfcpdyn = .FALSE.
!
input_xml_schema_file=''
CALL get_environment_variable( 'QEXML', input_xml_schema_file )
!
RETURN
!