Small debug with pade_iso_X output files.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12306 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
sponce 2016-04-13 14:53:26 +00:00
parent 615cf09562
commit 616f5dd094
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
IF ( lpade ) THEN
WRITE(name1,'(a,a10,f5.2)') TRIM(prefix),'.pade_iso_', temp
ELSEIF ( lacon ) THEN
WRITE(name1,'(a,a10,f4.2)') TRIM(prefix),'.acon_iso_', temp
WRITE(name1,'(a,a10,f5.2)') TRIM(prefix),'.acon_iso_', temp
ENDIF
ENDIF
OPEN(iufilgap, file=name1, form='formatted')