X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=reportfile.h;h=067dd14af4563f79d53f2efc93aae6d0cf3c2ee7;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=1bd2c945074568d65c156de63478ad0024a39e09;hpb=fe5bbb79f9434df947347881c47b430112f4253e;p=mothur.git diff --git a/reportfile.h b/reportfile.h index 1bd2c94..067dd14 100644 --- a/reportfile.h +++ b/reportfile.h @@ -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;