Skip to content

Commit

Permalink
small format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Oct 19, 2017
1 parent cde6074 commit d349cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Core/include/ACTS/Propagator/EigenStepper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ class EigenStepper
update_covariance(const T& par)
{
if (par.covariance()) {
cov_transport = true;
cov = ActsSymMatrixD<5>(*par.covariance());
cov_transport = true;
cov = ActsSymMatrixD<5>(*par.covariance());
const double phi = dir.phi();
const double theta = dir.theta();
// @todo - check this might have to be the measuremetn frame ...
// @todo - check this might have to be the measuremetn frame ...
const auto transform = par.referenceSurface().transform().matrix();
jacobian(0, eLOC_0) = transform(0, eLOC_0);
jacobian(0, eLOC_1) = transform(0, eLOC_1);
Expand Down

0 comments on commit d349cde

Please sign in to comment.