From 5298ed5d589318dcfcc1b9fe250803679066659f Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Fri, 29 Apr 2016 01:00:07 +0000 Subject: [PATCH] removed invalid assert git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@11128 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- src/IPhreeqc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IPhreeqc.cpp b/src/IPhreeqc.cpp index e0146628..442354f6 100644 --- a/src/IPhreeqc.cpp +++ b/src/IPhreeqc.cpp @@ -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)) {