mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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
This commit is contained in:
parent
5c52b2744f
commit
a6288ee4d9
@ -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]);
|
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)
|
if (this->PhreeqcPtr->title_x != NULL)
|
||||||
{
|
{
|
||||||
::sprintf(token, "TITLE");
|
::sprintf(token, "TITLE");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user