mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
59af250088
commit
1edb7b89d9
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user