summaryrefslogtreecommitdiffstats
path: root/cuda/2d/dims.h
diff options
context:
space:
mode:
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