added open_output_files method

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4430 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2010-05-20 01:31:24 +00:00
parent 8c45a02271
commit 1873204b98

View File

@ -547,6 +547,7 @@ protected:
void AddSelectedOutput(const char* name, const char* format, va_list argptr); void AddSelectedOutput(const char* name, const char* format, va_list argptr);
void check_database(const char* sz_routine); void check_database(const char* sz_routine);
void open_output_files(const char* sz_routine);
void do_run(const char* sz_routine, std::istream* pis, FILE* fp, PFN_PRERUN_CALLBACK pfn_pre, PFN_POSTRUN_CALLBACK pfn_post, void *cookie); void do_run(const char* sz_routine, std::istream* pis, FILE* fp, PFN_PRERUN_CALLBACK pfn_pre, PFN_POSTRUN_CALLBACK pfn_post, void *cookie);
void update_errors(void); void update_errors(void);