Misleading error message

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13885 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2017-09-28 16:40:23 +00:00
parent eb25b063cb
commit f167b08045
1 changed files with 2 additions and 2 deletions

View File

@ -2683,7 +2683,7 @@ subroutine tau_xc (rho, grho, tau, ex, ec, v1x, v2x, v3x, v1c, v2c, v3c)
elseif (imeta == 5) then
call SCANcxc (rho, grho, tau, ex, ec, v1x, v2x, v3x, v1c, v2c, v3c)
else
call errore('v_xc_meta','wrong igcx and/or igcc',1)
call errore('tau_xc','wrong igcx and/or igcc',1)
end if
return
@ -2753,7 +2753,7 @@ subroutine tau_xc_spin (rhoup, rhodw, grhoup, grhodw, tauup, taudw, ex, ec, &
else
call errore('v_xc_meta','wrong igcx and/or igcc',1)
call errore('tau_xc_spin','This case not implemented',imeta)
end if