Skip to content

Commit f53658d

Browse files
remove unnecessary include and fix white space
1 parent faca7de commit f53658d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/recon_buildblock/SPECTUB_Weight3d.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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
}

0 commit comments

Comments
 (0)