Skip to content

Commit

Permalink
Merge pull request #22286 from mrodozov/fix-warnings-RecoJets/JetAlgo…
Browse files Browse the repository at this point in the history
…rithms

Fix compilation warning RecoJets/JetAlgorithms
  • Loading branch information
cmsbuild committed Feb 23, 2018
2 parents 6cb6776 + 4ea5dc7 commit 773ea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoJets/JetAlgorithms/src/Qjets.cc
Expand Up @@ -97,7 +97,7 @@ void Qjets::Cluster(fastjet::ClusterSequence & cs){
}

extras->_wij = omega;
cs.plugin_associate_extras(std::auto_ptr<fastjet::ClusterSequence::Extras>(extras));
cs.plugin_associate_extras(extras);

// merge remaining jets with beam
int num_merged_final(0);
Expand Down

0 comments on commit 773ea16

Please sign in to comment.