--- old+++ new@@ -1,5 +1,5 @@In line 75 of SQTReader.cpp for the constructor
-SQTReader(const string& file_path, Database* database, Database* decoy_database)+SQTReader(const string& file_path, Database * database, Database * decoy_database)init() needs to be called or a seg fault will occur.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
This diff is only 1 line change. Alice can you make sure this fixes the seg fault problem you were having?
Yes, it fixed the seg fault.
fixed in r16478