Skip to content
Snippets Groups Projects
Commit c83ebbc8 authored by Edward Moyse's avatar Edward Moyse
Browse files

Revert list change

Former-commit-id: 4a4639f3354da7da447bd556f612f2d1a5fbbeec
parent ec2207e8
No related branches found
No related tags found
Loading
......@@ -72,7 +72,7 @@ private:
ToolHandle<IIntersector>& m_intersector;
double m_largeDeltaD0;
double m_largeDeltaPhi0;
std::list<FitMeasurement*>& m_measurements;
std::vector<FitMeasurement*>& m_measurements;
//double m_minDistanceForAngle;
bool m_numericDerivatives;
FitParameters* m_parameters;
......
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