mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
removed invalid assert
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@11128 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
c12d30b02d
commit
5298ed5d58
@ -1305,7 +1305,6 @@ void IPhreeqc::do_run(const char* sz_routine, std::istream* pis, PFN_PRERUN_CALL
|
||||
// another do_run without SELECTED_OUTPUT
|
||||
//
|
||||
ASSERT(!this->SelectedOutputFileNameMap[(*it).first].empty());
|
||||
ASSERT(this->SelectedOutputFileNameMap[(*it).first] == this->PhreeqcPtr->SelectedOutput_map[(*it).first].Get_file_name());
|
||||
std::string filename = this->SelectedOutputFileNameMap[(*it).first];
|
||||
if (!punch_open(filename.c_str(), std::ios_base::out, (*it).first))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user