Further bugfix on path i/o; I had used an unit that was already used, causing

misterious errors. To try to avoid this kind of mistakes in the future I've
added 2000 to all units belonging to path i/o.
LP


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@6177 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
paulatto 2009-11-19 06:19:03 +00:00
parent 0e0bbe30c9
commit c6b5f500a2
1 changed files with 7 additions and 7 deletions

View File

@ -114,13 +114,13 @@ MODULE io_files
! ... "path" specific
!
INTEGER :: iunpath = 6 ! unit for string output ( stdout or what else )
INTEGER :: iunrestart = 21 ! unit for saving the restart file ( neb_file )
INTEGER :: iundat = 22 ! unit for saving the enegy profile
INTEGER :: iunint = 23 ! unit for saving the interpolated energy profile
INTEGER :: iunxyz = 24 ! unit for saving coordinates ( xyz format )
INTEGER :: iunaxsf = 25 ! unit for saving coordinates ( axsf format )
INTEGER :: iunbroy = 26 ! unit for saving broyden's history
INTEGER :: iuncrd = 27 ! unit for saving coordinates in pw.x input format
INTEGER :: iunrestart = 2021 ! unit for saving the restart file ( neb_file )
INTEGER :: iundat = 2022 ! unit for saving the enegy profile
INTEGER :: iunint = 2023 ! unit for saving the interpolated energy profile
INTEGER :: iunxyz = 2024 ! unit for saving coordinates ( xyz format )
INTEGER :: iunaxsf = 2025 ! unit for saving coordinates ( axsf format )
INTEGER :: iunbroy = 2026 ! unit for saving broyden's history
INTEGER :: iuncrd = 2027 ! unit for saving coordinates in pw.x input format
!
! ... meta-dynamics
!