TabulatedComponent: remove unnecessary <iostream> include
This commit is contained in:
parent
f1ecc0c7cf
commit
83e7e45f2d
@ -30,7 +30,7 @@
|
||||
#include <opm/material/fluidsystems/blackoilpvt/Co2GasPvt.hpp>
|
||||
#include <opm/material/fluidsystems/blackoilpvt/BrineCo2Pvt.hpp>
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
||||
template <class Co2Pvt>
|
||||
double densityGas(const Co2Pvt& co2Pvt, const double p, const double T, const double Rv)
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <opm/material/common/MathToolbox.hpp>
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
#include <opm/material/components/H2O.hpp>
|
||||
#include <opm/material/components/TabulatedComponent.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
extern bool success;
|
||||
bool success;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user