mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +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
|
||||
//this->phrq_io = rhs.phrq_io;
|
||||
//this->phrq_io = new PHRQ_io;
|
||||
#if !defined(R_SO)
|
||||
this->phrq_io->Set_output_ostream(&std::cout);
|
||||
this->phrq_io->Set_error_ostream(&std::cerr);
|
||||
#endif
|
||||
this->init();
|
||||
this->initialize();
|
||||
this->InternalCopy(&rhs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user