X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Falphabet.cpp;h=04226b0e90b9c70bbd4ee1cd0fc6b8d5004dfdf1;hp=32796ca662196165d27692bc3c3ecaa56093ea25;hb=6359c40e1ea65744e608dbd373c5371e03042d47;hpb=0c4b689c8f8540a6ab60d98c67637cdb13996ba2 diff --git a/alg/alphabet.cpp b/alg/alphabet.cpp index 32796ca..04226b0 100644 --- a/alg/alphabet.cpp +++ b/alg/alphabet.cpp @@ -145,4 +145,4 @@ boost::shared_ptr Alphabet::reverse_complement(const std::string &s new_seq->append(1, complement_map[ *seq_i ]); } return new_seq; -} \ No newline at end of file +}