]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
changed hard parameter in cluster commands
[mothur.git] / mothur.h
index ca19aea53139b11da68420de6dc28c239990d626..5d12977383c4d2eb0457cc88190f078a98a5755e 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -254,6 +254,13 @@ inline float roundDist(float dist, int precision){
        
        return int(dist * precision + 0.5)/float(precision);
        
+}
+/***********************************************************************/
+
+inline float ceilDist(float dist, int precision){
+       
+       return int(ceil(dist * precision))/float(precision);
+       
 }
 
 /***********************************************************************/