]> git.donarmstrong.com Git - mothur.git/blobdiff - slibshuff.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / slibshuff.h
diff --git a/slibshuff.h b/slibshuff.h
deleted file mode 100644 (file)
index 8e034f9..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef SLIBSHUFF
-#define SLIBSHUFF
-
-/*
- *  slibshuff.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 SLibshuff : public Libshuff {
-
-public:
-       SLibshuff(FullMatrix*, int, float);
-       vector<vector<double> > evaluateAll();
-       float evaluatePair(int, int);
-       
-private:
-       double sCalculate(int, int);
-};
-
-#endif