]> git.donarmstrong.com Git - mothur.git/blobdiff - noalign.cpp
Revert to previous commit
[mothur.git] / noalign.cpp
diff --git a/noalign.cpp b/noalign.cpp
new file mode 100644 (file)
index 0000000..e87b757
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ *  noalign.cpp
+ *  
+ *
+ *  Created by Pat Schloss on 2/19/09.
+ *  Copyright 2009Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include "alignment.hpp"
+#include "noalign.hpp"
+
+/**************************************************************************************************/
+
+NoAlign::NoAlign(){    /*      do nothing      */      }
+
+/**************************************************************************************************/
+
+NoAlign::~NoAlign(){   /*      do nothing      */      }
+
+/**************************************************************************************************/
+
+void NoAlign::align(string A, string B){       }
+
+/**************************************************************************************************/