X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dlibshuff.h;fp=dlibshuff.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=402f4f338a7d152f03450e3ccfd6cafbada8dc4d;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/dlibshuff.h b/dlibshuff.h deleted file mode 100644 index 402f4f3..0000000 --- a/dlibshuff.h +++ /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 > evaluateAll(); - float evaluatePair(int, int); - -private: - int numDXs; - double dCalculate(int, int); - vector calcN(vector); -}; - -#endif