mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
IPhreeqc: ifdef'd out references to std::cerr and std::cout
This commit is contained in:
parent
f6023203e2
commit
9d49905cd2
@ -2867,8 +2867,10 @@ Phreeqc &Phreeqc::operator=(const Phreeqc &rhs)
|
|||||||
// copy Phreeqc object to this
|
// copy Phreeqc object to this
|
||||||
//this->phrq_io = rhs.phrq_io;
|
//this->phrq_io = rhs.phrq_io;
|
||||||
//this->phrq_io = new PHRQ_io;
|
//this->phrq_io = new PHRQ_io;
|
||||||
|
#if !defined(R_SO)
|
||||||
this->phrq_io->Set_output_ostream(&std::cout);
|
this->phrq_io->Set_output_ostream(&std::cout);
|
||||||
this->phrq_io->Set_error_ostream(&std::cerr);
|
this->phrq_io->Set_error_ostream(&std::cerr);
|
||||||
|
#endif
|
||||||
this->init();
|
this->init();
|
||||||
this->initialize();
|
this->initialize();
|
||||||
this->InternalCopy(&rhs);
|
this->InternalCopy(&rhs);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user