Slightly change the format of the ouput of lambda

for easiness in the test-farm. 



git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13622 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
sponce 2017-07-25 10:26:52 +00:00
parent eb9c234e16
commit 47a566b881
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ program elph
9005 format(10x,f10.6,32x,f10.6)
9010 format(12x,i5,2x,f8.4,9x,f8.2)
9014 format('# degauss lambda int alpha2F <log w> N(Ef)')
9015 format(5x,'lambda =',f9.6,' (',f10.6,') <log w>=',f9.3,'K ', &
'N(Ef)=',f9.6,' at degauss=',f5.3)
9015 format(5x,'lambda =',f9.6,' ( ',f10.6,' ) <log w>=',f9.3,' K ', &
'N(Ef)= ',f9.6,' at degauss= ',f5.3)
9016 format(f7.3,2f12.6,f10.3,2f12.6)
9020 format('# E(THz)',10(f10.3))
9025 format(f8.4,10(f10.5))