Skip to content

Commit

Permalink
Fix in coverage type
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonBankevich committed Jan 11, 2021
1 parent 414b171 commit 7b755ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/dbg/sparse_dbg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Edge {
return double(cov) / size();
}

double intCov() const {
size_t intCov() const {
return cov;
}

Expand Down

0 comments on commit 7b755ce

Please sign in to comment.