Skip to content

Commit 03ec72b

Browse files
committed
Print header only for verbose output
Signed-off-by: Igor S. Gerasimov <[email protected]>
1 parent 6552ede commit 03ec72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimizer.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ subroutine ancopt(env,ilog,mol,chk,calc, &
304304
character(len=9):: hessfmt
305305

306306
! print ANCopt header !
307-
call ancopt_header(env%unit,set%veryverbose)
307+
if (pr) call ancopt_header(env%unit,set%veryverbose)
308308

309309
if(mol%n.eq.1) return ! skip optimization for 1 atom
310310

0 commit comments

Comments
 (0)