mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Remove SetErrorFileOn from RunCellsNoPrint, RunStringThread, RunFileThread. Remove Set_error_on from IPreeqc::SetErrorFileOn.
This commit is contained in:
parent
9029c2bcba
commit
ea21e58a8f
@ -971,7 +971,6 @@ void IPhreeqc::SetErrorFileName(const char *filename)
|
|||||||
void IPhreeqc::SetErrorFileOn(bool bValue)
|
void IPhreeqc::SetErrorFileOn(bool bValue)
|
||||||
{
|
{
|
||||||
this->ErrorFileOn = bValue;
|
this->ErrorFileOn = bValue;
|
||||||
this->Set_error_on(bValue);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void IPhreeqc::SetErrorStringOn(bool bValue)
|
void IPhreeqc::SetErrorStringOn(bool bValue)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user