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 6a08f7b commit 5f6a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/PatCandidates/interface/VIDCutFlowResult.h
Original file line number Diff line number Diff line change
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 5f6a012

Please sign in to comment.