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