File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1717#include " stir/recon_buildblock/SPECTUB_Weight3d.h"
1818#include " stir/error.h"
1919#include < boost/math/constants/constants.hpp>
20- #include " stir/spatial_transformation/InvertAxis.h"
2120
2221// system libraries
2322#include < cstdlib>
@@ -299,7 +298,7 @@ wm_calculation(const int kOS,
299298
300299 if (wm.do_save_STIR )
301300 {
302- wm.nx [vox.iv ] = (short int )(vox.icol - (int )floor (vol.Ncold2 )); // centered index for STIR format
301+ wm.nx [vox.iv ] = (short int )(vox.icol - (int )floor (vol.Ncold2 )); // centered index for STIR format
303302 wm.ny [vox.iv ] = (short int )(vox.irow - (int )floor (vol.Nrowd2 )); // centered index for STIR format
304303 wm.nz [vox.iv ] = (short int )vox.islc ; // non-centered index for STIR format
305304 }
You can’t perform that action at this time.
0 commit comments