From 83a3be18b8f6a25edbe5fec1b8367fccbd2feee5 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Sat, 14 Sep 2013 00:09:41 +0000 Subject: [PATCH] fixed for debug build git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8035 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- src/IPhreeqc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IPhreeqc.cpp b/src/IPhreeqc.cpp index 121c3a24..491bc31b 100644 --- a/src/IPhreeqc.cpp +++ b/src/IPhreeqc.cpp @@ -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); }