]> git.donarmstrong.com Git - mothur.git/blobdiff - noalign.hpp
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / noalign.hpp
diff --git a/noalign.hpp b/noalign.hpp
deleted file mode 100644 (file)
index 2e520b3..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#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