Skip to content
Snippets Groups Projects
Commit eebc1c58 authored by Matthew Webster's avatar Matthew Webster
Browse files

fix for nifti sourceforge

parent 4c7178ad
No related branches found
No related tags found
No related merge requests found
......@@ -1081,7 +1081,7 @@ void get_axis_orientations(const Matrix& sform_mat, int sform_code,
for (int ii=0; ii<4; ii++) { for (int jj=0; jj<4; jj++) {
v2mm.m[ii][jj] = vox2mm(ii+1,jj+1);
} }
mat44_to_orientation(v2mm,&icode,&jcode,&kcode);
nifti_mat44_to_orientation(v2mm,&icode,&jcode,&kcode);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment