]> git.donarmstrong.com Git - mothur.git/blobdiff - distancedb.cpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / distancedb.cpp
index 2cbf5cad6edf5df5b62b7c345cf09032eaf7e10f..27e278574493c89d0197d99cbe71c0c3dd03d0d9 100644 (file)
 #include "onegapignore.h"
 
 
-/**************************************************************************************************/
-DistanceDB::DistanceDB(const DistanceDB& ddb) : data(ddb.data), templateSeqsLength(ddb.templateSeqsLength), templateAligned(ddb.templateAligned), Database(ddb) { 
-       distCalculator = new oneGapIgnoreTermGapDist(); 
-}
 /**************************************************************************************************/
 DistanceDB::DistanceDB() : Database() { 
        try {