Remove SetErrorFileOn from RunCellsNoPrint, RunStringThread, RunFileThread. Remove Set_error_on from IPreeqc::SetErrorFileOn.

This commit is contained in:
David Parkhurst 2020-07-22 17:51:34 -06:00
parent 9029c2bcba
commit ea21e58a8f

View File

@ -971,7 +971,6 @@ void IPhreeqc::SetErrorFileName(const char *filename)
void IPhreeqc::SetErrorFileOn(bool bValue)
{
this->ErrorFileOn = bValue;
this->Set_error_on(bValue);
}
void IPhreeqc::SetErrorStringOn(bool bValue)