]> git.donarmstrong.com Git - mothur.git/blobdiff - alignmentdb.cpp
1.21.0
[mothur.git] / alignmentdb.cpp
index 7c2916c54970c72f73942db5726fe3a0d8c85655..bac61c451854b96e256bae11545448fa38589ebd 100644 (file)
@@ -129,7 +129,7 @@ AlignmentDB::AlignmentDB(string fastaFileName, string s, int kmerSize, float gap
                        
                        m->mothurOut("DONE.");
                        m->mothurOutEndLine();  cout.flush();
-                       m->mothurOut("It took " + toString(time(NULL) - start) + " to read  " + toString(rdb->referenceSeqs.size()) + " sequences."); m->mothurOutEndLine();  
+                       m->mothurOut("It took " + toString(time(NULL) - start) + " to read  " + toString(templateSequences.size()) + " sequences."); m->mothurOutEndLine();  
 
                }