Skip to content

Commit

Permalink
Update minimax_omega.F90
Browse files Browse the repository at this point in the history
After compare commit number 531c384 the frequency grid "1.7281350381" should be "21.7281350381"
  • Loading branch information
fdelesma authored Apr 24, 2024
1 parent 44e176d commit 96f7684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GX-TimeFrequency/src/minimax_omega.F90
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ subroutine set_aw_array_omega(grid_size, aw)
case(8)
aw%energy_range(:) = [10.0000_dp,15.8489_dp,25.1189_dp,39.8107_dp,63.0957_dp,100.0000_dp,158.4893_dp,251.1886_dp,398.1072_dp,&
630.9573_dp,1000.0000_dp,1584.8932_dp,2511.8864_dp]
aw%aw_erange_matrix(:,1) = [0.2071657943_dp,0.6610068185_dp,1.2441397724_dp,2.0831497522_dp,3.3887988553_dp,5.5847789422_dp,9.8270353946_dp,1.7281350381_dp,0.4207454390_dp,&
aw%aw_erange_matrix(:,1) = [0.2071657943_dp,0.6610068185_dp,1.2441397724_dp,2.0831497522_dp,3.3887988553_dp,5.5847789422_dp,9.8270353946_dp,21.7281350381_dp,0.4207454390_dp,&
0.5014976440_dp,0.6851766586_dp,1.0262600603_dp,1.6496784456_dp,2.9041456023_dp,6.2037554522_dp,23.2093654407_dp]
aw%aw_erange_matrix(:,2) = [0.2281975509_dp,0.7378108396_dp,1.4244318649_dp,2.4707104240_dp,4.1905418464_dp,7.2131597201_dp,13.1990042083_dp,29.9997176794_dp,0.4649882690_dp,&
0.5742245008_dp,0.8283885406_dp,1.3139969363_dp,2.2222991557_dp,4.0573273175_dp,8.7886716040_dp,32.6307167054_dp]
Expand Down

0 comments on commit 96f7684

Please sign in to comment.