]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
fixed bug with trim.flows that was adding flow files names to the .flow.files file...
[mothur.git] / mothur.h
index f8ec32363516bcc6543569b57f313505796acef7..57ece6785e1e798e310797b747e6b8d049c0113d 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -85,6 +85,7 @@ using namespace std;
 #define isnan(x) ((x) != (x))
 #define isinf(x) (fabs(x) == std::numeric_limits<double>::infinity())
 
+
 typedef unsigned long ull;
 
 struct IntNode {