Skip to content

Commit

Permalink
Merge pull request #10046 from shchauha/fixed_bug
Browse files Browse the repository at this point in the history
Removed remnant from old functionality
  • Loading branch information
cmsbuild committed Jul 9, 2015
2 parents 61cc21e + 00a23c6 commit dc93f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastSimulation/Tracking/plugins/TrajectorySeedProducer.cc
Expand Up @@ -493,7 +493,7 @@ TrajectorySeedProducer::produce(edm::Event& e, const edm::EventSetup& es)

if (!initialTSOS.isValid())
{
break; //continues with the next seeding algorithm
continue; //continues with the next seeding algorithm
}

const AlgebraicSymMatrix55& m = initialTSOS.localError().matrix();
Expand Down

0 comments on commit dc93f95

Please sign in to comment.