Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d073f881 authored by frey_m's avatar frey_m
Browse files

fix bug: int --> double

parent c2f76662
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ private:
///@}
double width_m; ///< bin width, not used
Point geom_m[5]; ///< actual geometry positions with adaptive width such that each particle hits probe once per turn
int step_m; ///< Step size of the probe (bin width in histogram file)
double step_m; ///< Step size of the probe (bin width in histogram file)
double A_m, B_m,R_m, C_m;
void setGeom(const double dist);
......
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