Skip to content

Commit

Permalink
fix a bug caught by P. Hansen
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Jul 21, 2015
1 parent 7176a0d commit 66fda0a
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 66fda0a

Please sign in to comment.