]> git.donarmstrong.com Git - mothur.git/blobdiff - ccode.h
fixed splash page citation
[mothur.git] / ccode.h
diff --git a/ccode.h b/ccode.h
index 2888aea3b7cc8bf2e063c078b7abbaae43f1d62c..de7c7c44724a04bf5b70c7a8336a0e3cd0abdc42 100644 (file)
--- a/ccode.h
+++ b/ccode.h
@@ -14,6 +14,7 @@
 #include "dist.h"
 #include "decalc.h"
 
+/***********************************************************/
 //This class was created using the algorythms described in the 
 // "Evaluating putative chimeric sequences from PCR-amplified products" paper 
 //by Juan M. Gonzalez, Johannes Zimmerman and Cesareo Saiz-Jimenez.
@@ -42,7 +43,6 @@ class Ccode : public Chimera {
                
                
                vector<linePair*> lines;
-               vector<linePair*> templateLines;
                vector<Sequence*> querySeqs;
                vector<Sequence*> templateSeqs;
                vector< map<int, int> > spotMap;