Skip to content

Commit

Permalink
small bug in plot_convol_opt
Browse files Browse the repository at this point in the history
  • Loading branch information
jlm785 committed Sep 19, 2023
1 parent 9060bc6 commit b55f9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/ALFA/plot_convol_opt.f90
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ subroutine plot_convol_opt(n3, xave, ave, dave, yave, lfound, lopt, &
! when compared to initial calculation of ave(j)

kk = 1
sigma = sigma + UM
do k = 1,kmax
xtry = (UM-xrange/2)*xave + (k-1)*(xrange*xave/(kmax-1))

Expand Down

0 comments on commit b55f9f8

Please sign in to comment.