working on print/punch processing issue

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9657 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-05-14 19:45:41 +00:00
parent 59af250088
commit 1edb7b89d9

View File

@ -1313,12 +1313,14 @@ void IPhreeqc::do_run(const char* sz_routine, std::istream* pis, PFN_PRERUN_CALL
this->PhreeqcPtr->pr.all = (this->OutputFileOn || this->OutputStringOn) ? TRUE : FALSE;
//this->PhreeqcPtr->pr.punch = (this->SelectedOutputFileOn || this->SelectedOutputStringOn) ? TRUE : FALSE;
}
/* the converse is not necessarily true */
this->PhreeqcPtr->n_user_punch_index = -1;
#endif // SWIG_SHARED_OBJ
{
this->PhreeqcPtr->pr.all = (this->OutputFileOn || this->OutputStringOn) ? TRUE : FALSE;
}
this->PhreeqcPtr->tidy_model();
#ifdef PHREEQ98
if (!phreeq98_debug)