diff options
Diffstat (limited to 'src/io.h')
-rw-r--r-- | src/io.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ using namespace std; -void ProgressBar(string str, double p, double total); -void ProgressBar(string str, double p, double total, double ratio); +void ProgressBar(string str, double p, double total, double ratio = -1.0); + std::istream &safeGetline(std::istream &is, std::string &t); bool ReadFile_snps(const string file_snps, set<string> &setSnps); |