Skip to content

Commit

Permalink
span-1/span-x bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed May 7, 2024
1 parent 70adc8e commit c6e687a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niftypet/nipet/lm_inv/src/lm_inv_module.cu
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static PyObject *hist(PyObject *self, PyObject *args) {
//> axial LUTs:
PyObject *pd_msn;
if (Cnt.SPN==1){
pd_msn1 = PyDict_GetItemString(o_axLUT, "Msn1");
pd_msn = PyDict_GetItemString(o_axLUT, "Msn1");
}
else {
pd_msn = PyDict_GetItemString(o_axLUT, "Msn");
Expand Down

0 comments on commit c6e687a

Please sign in to comment.