X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readphylipvector.h;fp=readphylipvector.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=aa056c7d74fd351f65e43d0fa0b0613d9d34eeeb;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/readphylipvector.h b/readphylipvector.h deleted file mode 100644 index aa056c7..0000000 --- a/readphylipvector.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef READPHYLIPVECTOR_H -#define READPHYLIPVECTOR_H - -/* - * readphylipvector.h - * mothur - * - * Created by westcott on 1/11/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - - -#include "mothur.h" -#include "mothurout.h" - -/******************************************************/ - -class ReadPhylipVector { - -public: - ReadPhylipVector(string); //phylipfile - lt or square - ~ReadPhylipVector() {} - vector read(vector< vector >&); //pass in matrix to fill with values, returns vector of strings containing names in phylipfile - vector read(vector&); //pass in matrix to fill with values, returns vector of strings containing names in phylipfile - -private: - string distFile; - MothurOut* m; -}; - -/******************************************************/ - -#endif