mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 01:01:00 -06:00
Removed unnecessary stream clear
This commit is contained in:
parent
f91154c165
commit
8fbfd473ab
@ -66,8 +66,6 @@ void rocalutionSolverBackend<block_size>::initialize(std::shared_ptr<BlockedMatr
|
||||
out << "Initializing rocalution, matrix size: " << Nb << " blockrows, nnzb: " << nnzb << "\n";
|
||||
out << "Maxit: " << maxit << std::scientific << ", tolerance: " << tolerance << "\n";
|
||||
OpmLog::info(out.str());
|
||||
out.str("");
|
||||
out.clear();
|
||||
|
||||
h_x.resize(Nb * block_size);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user