X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readcolumn.h;fp=readcolumn.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=415bef2fddf5a6272261cab2b0c364c64411fd8e;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/readcolumn.h b/readcolumn.h deleted file mode 100644 index 415bef2..0000000 --- a/readcolumn.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef READCOLUMN_H -#define READCOLUMN_H -/* - * readcolumn.h - * Mothur - * - * Created by Sarah Westcott on 4/21/09. - * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. - * - */ - -#include "readmatrix.hpp" - -/******************************************************/ - -class ReadColumnMatrix : public ReadMatrix { - -public: - ReadColumnMatrix(string); - ReadColumnMatrix(string, bool); - ~ReadColumnMatrix(); - int read(NameAssignment*); -private: - ifstream fileHandle; - string distFile; - -}; - -/******************************************************/ - -#endif