mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4344 from akva2/trim_iostream
Trim some iostream includes
This commit is contained in:
commit
181a883370
@ -259,7 +259,7 @@ namespace Opm
|
|||||||
if (EWOMS_GET_PARAM(TypeTag, int, PrintProperties) == 1) {
|
if (EWOMS_GET_PARAM(TypeTag, int, PrintProperties) == 1) {
|
||||||
doExit = true;
|
doExit = true;
|
||||||
if (mpiRank == 0)
|
if (mpiRank == 0)
|
||||||
Properties::printValues<TypeTag>();
|
Properties::printValues<TypeTag>(std::cout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (EWOMS_GET_PARAM(TypeTag, int, PrintParameters) == 1) {
|
if (EWOMS_GET_PARAM(TypeTag, int, PrintParameters) == 1) {
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#include <opm/common/OpmLog/OpmLog.hpp>
|
#include <opm/common/OpmLog/OpmLog.hpp>
|
||||||
#include <opm/common/ErrorMacros.hpp>
|
#include <opm/common/ErrorMacros.hpp>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#define OPM_ADAPTIVESIMULATORTIMER_HEADER_INCLUDED
|
#define OPM_ADAPTIVESIMULATORTIMER_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iostream>
|
#include <iosfwd>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <iostream>
|
#include <fstream>
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE CsrToCscOffsetMap
|
#define BOOST_TEST_MODULE CsrToCscOffsetMap
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user