Skip to content

Commit

Permalink
Code spell
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Oct 5, 2023
1 parent 4c00fed commit 1ba766d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/nii_dicom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,7 @@ struct TDICOMdata nii_readParRec(char *parname, int isVerbose, struct TDTI4D *dt
y.v[2] = (float)d.xyzDim[3] - 1.0f;
y.v[3] = 1.0f;
y = nifti_vect44mat44_mul(y, R44);
int iOri = 2; //for axial, slices are 3rd dimenson (indexed from 0) (k)
int iOri = 2; //for axial, slices are 3rd dimension (indexed from 0) (k)
if (d.sliceOrient == kSliceOrientSag)
iOri = 0; //for sagittal, slices are 1st dimension (i)
if (d.sliceOrient == kSliceOrientCor)
Expand Down

0 comments on commit 1ba766d

Please sign in to comment.