X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blastalign.cpp;h=5e7fb61aa77e7c34ca7367393766b1a5455c9213;hb=4169642e8a8d45f71a4a7241ee02f1b1aae29520;hp=04c7716de2958ec69353a53c0d737f8ae9cfe9dd;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/blastalign.cpp b/blastalign.cpp index 04c7716..5e7fb61 100644 --- a/blastalign.cpp +++ b/blastalign.cpp @@ -72,7 +72,7 @@ void BlastAlignment::setPairwiseSeqs(){ // This method call assigns the blast ge // to the pairwise entry in the Sequence class for the // candidate and template Sequence objects ifstream blastFile; - openInputFile(blastFileName, blastFile); + m->openInputFile(blastFileName, blastFile); seqAaln = ""; seqBaln = "";