Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
29
Star
98
Fork
48
mothur
/
mothur
Code
Issues
62
Pull requests
3
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
Changes int to long long
Loading branch information
...
1 parent
0b464e6
commit
61e5529dd082b74f57e54592cf107ee90d2cebb2
mothur-westcott
committed
Dec 9, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
source/opticluster.cpp
Show comments
View
2
source/opticluster.cpp
@@ -118,7 +118,7 @@ bool OptiCluster::update(double& listMetric) {
long
long
tn, tp, fp, fn;
double
bestMetric = -
1
;
-
int
bestBin, bestTp, bestTn, bestFn, bestFp;
+
long
long
bestBin, bestTp, bestTn, bestFn, bestFp;
tn = trueNegatives; tp = truePositives; fp = falsePositives; fn = falseNegatives;
//
this calculation is used to save time in the move and adjust function.
Toggle all file notes
0 comments on commit
61e5529
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
61e5529