]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
added warning about average neighbor merges around cutoff. fixed little bugs.
[mothur.git] / mothur.h
index 8f9f94ff872aab355c6123f97e4cebb8e4dedb7f..8bd8d7f155ea7aaa28dc1b0d8b5bea2e9e4b43d6 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -72,7 +72,6 @@ using namespace std;
 #define isnan(x) ((x) != (x))
 #define isinf(x) (fabs(x) == std::numeric_limits<double>::infinity())
 
-
 typedef unsigned long ull;
 
 struct IntNode {