]> git.donarmstrong.com Git - mothur.git/blobdiff - readcolumn.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / readcolumn.h
diff --git a/readcolumn.h b/readcolumn.h
deleted file mode 100644 (file)
index 415bef2..0000000
+++ /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