]> git.donarmstrong.com Git - mothur.git/blobdiff - dist.h
working on citations
[mothur.git] / dist.h
diff --git a/dist.h b/dist.h
index b914d0d2b1004c56812cea18ea05d0ab1a787ae3..71055ae67bab87eb434a7dbe7f9370155a7efa53 100644 (file)
--- a/dist.h
+++ b/dist.h
@@ -21,6 +21,7 @@ public:
        virtual ~Dist() {}
        virtual void calcDist(Sequence, Sequence) = 0;
        double getDist()        {       return dist;    }
+
 protected:
        double dist;
        MothurOut* m;