Skip to content

Commit

Permalink
same bug in ns sector
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiani committed Jan 28, 2025
1 parent ab59da8 commit ffc6f70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub fn gamma_ns_qed(
_ => mode,
};
let gamma_qcd = gamma_ns_qcd(order_qcd, qcd_mode, c, nf);
for j in 0..order_qcd - 1 {
for j in 0..order_qcd {
gamma_ns[1 + j][0] = gamma_qcd[j];
}
// QED corrections
Expand Down

0 comments on commit ffc6f70

Please sign in to comment.