Skip to content

Commit

Permalink
fixed potential bug line 1300, name matching
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysun91 committed Oct 12, 2023
1 parent 9e951aa commit 6aae4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tglf/src/tglf_matrix.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ SUBROUTINE wd_h
ave_wdhr13p0(is,ib,jb) = wdhr13p0
ave_wdhp1b0(is,ib,jb) = wdhp1b0
ave_wdhr11b0(is,ib,jb) = wdhr11b0
ave_wdhr13b0(is,ib,jb) = wdhr13bp
ave_wdhr13b0(is,ib,jb) = wdhr13b0
ave_wdhp1bp(is,ib,jb) = wdhp1bp
ave_wdhr11bp(is,ib,jb) = wdhr11bp
ave_wdhr13bp(is,ib,jb) = wdhr13bp
Expand Down

2 comments on commit 6aae4f2

@jcandy
Copy link
Member

@jcandy jcandy commented on 6aae4f2 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dannysun91 Are these fixes affecting the answer?

@dannysun91
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tom is checking on that!

Please sign in to comment.