summaryrefslogtreecommitdiffstats
path: root/cuda/2d/dims.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <WillemJan.Palenstijn@uantwerpen.be>2014-04-16 11:13:52 +0000
committerwpalenst <WillemJan.Palenstijn@uantwerpen.be>2014-04-16 11:13:52 +0000
commit3cc3de7f681c2d8c4c604dac40e92d3e7356d5c7 (patch)
tree0178984cf7f6bbe2b9ee8ae1d2ec807347f57357 /cuda/2d/dims.h
parente0b3ad8e57f269e34085ba319aa399ee3476811a (diff)
downloadastra-3cc3de7f681c2d8c4c604dac40e92d3e7356d5c7.tar.gz
astra-3cc3de7f681c2d8c4c604dac40e92d3e7356d5c7.tar.bz2
astra-3cc3de7f681c2d8c4c604dac40e92d3e7356d5c7.tar.xz
astra-3cc3de7f681c2d8c4c604dac40e92d3e7356d5c7.zip
Remove duplicate unused code
Diffstat (limited to 'cuda/2d/dims.h')
-rw-r--r--cuda/2d/dims.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cuda/2d/dims.h b/cuda/2d/dims.h
index 21ccb31..df349f7 100644
--- a/cuda/2d/dims.h
+++ b/cuda/2d/dims.h
@@ -53,15 +53,6 @@ struct SDimensions {
unsigned int iRaysPerPixelDim;
};
-struct SDimensions3D {
- unsigned int iVolX;
- unsigned int iVolY;
- unsigned int iVolZ;
- unsigned int iProjAngles;
- unsigned int iProjU; // number of detectors in the U direction
- unsigned int iProjV; // number of detectors in the V direction
-};
-
}
#endif