Skip to content

Commit

Permalink
report cgprecond
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Aug 19, 2019
1 parent 344a725 commit 94db6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parameter_control.f90
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ SUBROUTINE write_parameters()
write(*,*) 'No preconditioning'
else
write (*,fk) 'use_fprecond', use_fprecond, 'use C_a preconditioner'
write (*,fk) 'use_cgprecond', use_cgprecond, 'use CG preconditioner'
end if

if (flag_by_horn) then
Expand Down

0 comments on commit 94db6bd

Please sign in to comment.