]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
altered venn command to make use of sharedchao for any number of groups, fixed window...
[mothur.git] / mothur.h
index c1d93ed197fe2990c24ca2ba0d89f52f8fe8320e..e4a9bfc69e23ee143fab64726e4631c0cd95580c 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -222,6 +222,13 @@ inline int factorial(int num){
        
        return total;
 }
+/**************************************************************************************************
+
+double min(double x, double y)
+{
+    if(x<y){   return x;    }
+    else   {   return y;    }
+}
 
 /***********************************************************************/