]> git.donarmstrong.com Git - mothur.git/blobdiff - dlibshuff.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / dlibshuff.h
diff --git a/dlibshuff.h b/dlibshuff.h
deleted file mode 100644 (file)
index 402f4f3..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef DLIBSHUFF
-#define DLIBSHUFF
-
-/*
- *  dlibshuff.h
- *  Mothur
- *
- *  Created by Pat Schloss on 4/8/09.
- *  Copyright 2009 Patrick D. Schloss. All rights reserved.
- *
- */
-
-#include "fullmatrix.h"
-#include "libshuff.h"
-
-class DLibshuff : public Libshuff {
-
-public:
-       DLibshuff(FullMatrix*, int, float, float);
-       vector<vector<double> > evaluateAll();
-       float evaluatePair(int, int);
-
-private:
-       int numDXs;
-       double dCalculate(int, int);
-       vector<int> calcN(vector<double>);
-};
-
-#endif