]> git.donarmstrong.com Git - mothur.git/blobdiff - noalign.hpp
Revert to previous commit
[mothur.git] / noalign.hpp
diff --git a/noalign.hpp b/noalign.hpp
new file mode 100644 (file)
index 0000000..2e520b3
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef NOALIGN_HPP
+#define NOALIGN_HPP
+
+/*
+ *  noalign.hpp
+ *  
+ *
+ *  Created by Pat Schloss on 2/19/09.
+ *  Copyright 2009Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include "mothur.h"
+
+/**************************************************************************************************/
+
+class NoAlign : public Alignment {
+       
+public:
+       NoAlign();
+       ~NoAlign();
+       void align(string, string);
+       
+private:       
+};
+
+/**************************************************************************************************/
+
+
+#endif