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