Skip to content

Commit

Permalink
Bugfix: ANC-opt hessian read-in error
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Dec 9, 2019
1 parent 655bc02 commit a869138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xtb/optimizer.f90
Expand Up @@ -275,6 +275,8 @@ subroutine ancopt(iunit,ilog,mol,wfn,calc, &
! do not reset the hessian
maxmicro = maxopt
ex = .true.
else
ex = .false.
endif

call anc%allocate(mol%n,nvar,hlow,hmax)
Expand Down

0 comments on commit a869138

Please sign in to comment.