Skip to content

Commit

Permalink
Merge pull request #10290 from lgray/fix_vidcfr
Browse files Browse the repository at this point in the history
Fix return type in vid::CutFlowResult accessor
  • Loading branch information
davidlange6 committed Jul 26, 2015
2 parents d8b85d0 + 18943c9 commit 797e70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/PatCandidates/interface/VIDCutFlowResult.h
Expand Up @@ -103,7 +103,7 @@ namespace vid {
return (bool)(0x1&(bitmap_>>idx));
}

bool getCutValue(const unsigned idx) const {
double getCutValue(const unsigned idx) const {
return values_[idx];
}
};
Expand Down

0 comments on commit 797e70e

Please sign in to comment.