]> git.donarmstrong.com Git - mothur.git/blobdiff - reportfile.h
fixes while testing 1.33.0
[mothur.git] / reportfile.h
index 1bd2c945074568d65c156de63478ad0024a39e09..067dd14af4563f79d53f2efc93aae6d0cf3c2ee7 100644 (file)
@@ -11,8 +11,6 @@
  */
 
 
-#include "mothur.h"
-#include "mothurout.h"
 
 /**************************************************************************************************/
 
@@ -46,7 +44,7 @@ private:
        
        MothurOut* m;
                
-       string queryName, templateName, searchMethod, alignmentMethod;
+       string queryName, templateName, searchMethod, alignmentMethod, dummySearchScore;
        int queryLength, templateLength, queryStart, queryEnd, templateStart, templateEnd, pairwiseAlignmentLength, gapsInQuery, gapsInTemplate, longestInsert;
        float searchScore, simBtwnQueryAndTemplate;