Skip to content

Commit

Permalink
small const can be 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgymrek committed Jun 17, 2016
1 parent 45af42a commit 7511238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Genotyper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ along with lobSTR. If not, see <http://www.gnu.org/licenses/>.

using namespace std;

const float SMALL_CONST = 1e-10;
const float SMALL_CONST = 0;

Genotyper::Genotyper(NoiseModel* _noise_model,
const vector<string>& _haploid_chroms,
Expand Down

0 comments on commit 7511238

Please sign in to comment.