Skip to content

Commit

Permalink
Update src/hessian.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Mueller <[email protected]>
  • Loading branch information
gorges97 and marcelmbn authored Sep 11, 2024
1 parent b14f90e commit fc07337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hessian.F90
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ subroutine rescale_freq(n3,htb,hess,hbias,freq,fc_tb,fc_bias,freq_scal)
real(wp), intent(out) :: freq_scal(n3)
real(wp),allocatable :: v(:)
real(wp),allocatable :: fc_tmp(:)
real(wp), parameter :: alp1=1.27_wp, alp2=1.5d-4
real(wp), parameter :: alp1=1.27_wp, alp2=1.5e-4_wp
integer, intent(in) :: n3
integer :: j

Expand Down

0 comments on commit fc07337

Please sign in to comment.