X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=noalign.cpp;fp=noalign.cpp;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=e87b757f357a86dfbdf11a904501f39d284b0f42;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/noalign.cpp b/noalign.cpp deleted file mode 100644 index e87b757..0000000 --- a/noalign.cpp +++ /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){ } - -/**************************************************************************************************/