mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
fixed for debug build
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8035 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
610ed5554b
commit
83a3be18b8
@ -1522,7 +1522,7 @@ void IPhreeqc::punch_msg(const char *str)
|
|||||||
{
|
{
|
||||||
*(this->CurrentToStringMap[this->PhreeqcPtr->current_selected_output]) += str;
|
*(this->CurrentToStringMap[this->PhreeqcPtr->current_selected_output]) += str;
|
||||||
}
|
}
|
||||||
ASSERT(!(this->SelectedOutputFileOn != (this->PhreeqcPtr->current_selected_output->Get_punch_ostream() != 0)));
|
ASSERT(!(this->SelectedOutputFileOnMap[this->PhreeqcPtr->current_selected_output->Get_n_user()] != (this->PhreeqcPtr->current_selected_output->Get_punch_ostream() != 0)));
|
||||||
this->PHRQ_io::punch_msg(str);
|
this->PHRQ_io::punch_msg(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user