X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.cpp;h=4df5f96eb6086e8d2e8e96e3f448948540a1c8b4;hb=8da8321bc4d705f6c156248d6229c60a0204f750;hp=c89d580d64f6c69a6afedada448143ae114453a3;hpb=b86361f726a0d1dfc9f2e91b795e402d97c46f9d;p=mothur.git diff --git a/mothurout.cpp b/mothurout.cpp index c89d580..4df5f96 100644 --- a/mothurout.cpp +++ b/mothurout.cpp @@ -1351,7 +1351,7 @@ int MothurOut::readNames(string namefile, map& nameMap) { } in.close(); - return 0; + return nameMap.size(); } catch(exception& e) { @@ -1380,7 +1380,7 @@ int MothurOut::readNames(string namefile, map >& nameMap) } in.close(); - return 0; + return nameMap.size(); } catch(exception& e) {