Skip to content
Snippets Groups Projects
Commit d231cfc9 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

shorten comment

parent 6a4aa455
No related branches found
No related tags found
1 merge request!1142simplify ISimulation2D and IDetector, improve comments
...@@ -228,8 +228,7 @@ protected: ...@@ -228,8 +228,7 @@ protected:
double lower; double lower;
double upper; double upper;
// The following values are all pre-computed values. Aim is to speed up repeated // Precomputed values, to speed up repeated calculations.
// calculations.
size_t lowerIndex; //!< index corresponding to 'lower' size_t lowerIndex; //!< index corresponding to 'lower'
size_t upperIndex; //!< index corresponding to 'upper' size_t upperIndex; //!< index corresponding to 'upper'
size_t roiSize; //!< number of bins on axis of ROI size_t roiSize; //!< number of bins on axis of ROI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment