Commit dfdf315
committed
< fix >
fix an over-bound accessing bug in distribute_method1 with gamma_only=true, by adjust the iy_end from this->ny to this->ny-1 in function collect_st and count_pw_st.1 parent af1b58a commit dfdf315
File tree
2 files changed
+2
-2
lines changed- source/module_pw
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments