Incorrect precompilation directive. ACE+USPP sort of working but there is

still some problem with energy calculation.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12568 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2016-07-06 20:25:19 +00:00
parent a2a9f9dcb9
commit 8f5f3f5539
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ SUBROUTINE electrons()
! fock0 is fock2 at previous step
!
fock0 = fock2
#ifdef __EXXACE
#ifdef __EXX_ACE
fock2 = exxenergyace()
#else
fock2 = exxenergy2()