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 099bd1bb authored by snuverink_j's avatar snuverink_j
Browse files

Remove unused member orbitthreader

parent 7130ecd0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ OrbitThreader::OrbitThreader(const PartData &ref,
p_m(p),
pathLength_m(s),
time_m(t),
initialTime_m(t),
dt_m(dt),
maxIntegSteps_m(maxIntegSteps),
zstop_m(zstop),
......
......@@ -39,7 +39,6 @@ private:
double pathLength_m;
double dZ_m;
double time_m;
const double initialTime_m;
double dt_m;
const size_t maxIntegSteps_m;
const double zstop_m;
......
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