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:
Scott R Charlton 2013-09-14 00:09:41 +00:00
parent 610ed5554b
commit 83a3be18b8

View File

@ -1522,7 +1522,7 @@ void IPhreeqc::punch_msg(const char *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);
}