]> git.donarmstrong.com Git - mothur.git/blobdiff - formatcolumn.h
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / formatcolumn.h
diff --git a/formatcolumn.h b/formatcolumn.h
deleted file mode 100644 (file)
index 0fe96ed..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef FORMATCOLUMN_H
-#define FORMATCOLUMN_H
-/*
- *  formatcolumn.h
- *  Mothur
- *
- *  Created by westcott on 1/13/10.
- *  Copyright 2010 Schloss Lab. All rights reserved.
- *
- */
-
-#include "formatmatrix.h"
-
-/******************************************************/
-
-class FormatColumnMatrix : public FormatMatrix {
-       
-public:
-       FormatColumnMatrix(string);
-       ~FormatColumnMatrix();
-       int read(NameAssignment*);
-       
-private:
-       ifstream fileHandle;
-       string filename;
-       
-};
-
-/******************************************************/
-
-#endif
-