Skip to content

Commit

Permalink
Fix double print of ancopt header (#1166)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor S. Gerasimov <i.s.ger@ya.ru>
  • Loading branch information
foxtran authored Feb 4, 2025
1 parent c3cfd38 commit 3ffabb3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/prog/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,6 @@ subroutine xtbMain(env, argParser)
deallocate (set%opt_engine)
call set_opt(env, 'engine', 'pbc_lbfgs') ! use lbfgs
end if
if (set%opt_engine == p_engine_rf) &
call ancopt_header(env%unit, set%veryverbose)
!! Print ANCopt header

! start optimization timer !
call start_timing(3)
Expand Down

0 comments on commit 3ffabb3

Please sign in to comment.