From a6288ee4d95ddd4dffbce0e873361506e5d08c48 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Sat, 2 Nov 2013 01:12:18 +0000 Subject: [PATCH] removed old Warning for selected_output and user_print being redefined git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8159 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- src/IPhreeqc.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/IPhreeqc.cpp b/src/IPhreeqc.cpp index a76f74a9..1635582e 100644 --- a/src/IPhreeqc.cpp +++ b/src/IPhreeqc.cpp @@ -1109,25 +1109,7 @@ void IPhreeqc::do_run(const char* sz_routine, std::istream* pis, PFN_PRERUN_CALL { ASSERT(this->SelectedOutputMap[(*mit).first] == this->CurrentSelectedOutputMap[&(*mit).second]); } - /** - if (this->PhreeqcPtr->simulation > 1 && save_punch_in && (*mit).second.Get_new_def() && !bWarning) - { - std::ostringstream oss; - oss << sz_routine << ": Warning SELECTED_OUTPUT has been redefined.\n"; - this->PhreeqcPtr->warning_msg(oss.str().c_str()); - bWarning = true; - } - **/ } - /** - if (this->PhreeqcPtr->simulation > 1 && this->PhreeqcPtr->keycount[Keywords::KEY_USER_PUNCH] > 0) - { - std::ostringstream oss; - oss << sz_routine << ": Warning USER_PUNCH has been redefined.\n"; - this->PhreeqcPtr->warning_msg(oss.str().c_str()); - } - **/ - if (this->PhreeqcPtr->title_x != NULL) { ::sprintf(token, "TITLE");