mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Don't include <iostream> in tester.
It is not needed and was only added for convenience during test development.
This commit is contained in:
parent
b1b245ccab
commit
49396b6079
@ -30,8 +30,6 @@
|
||||
#include <Eigen/Eigen>
|
||||
#include <Eigen/Sparse>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
BOOST_AUTO_TEST_CASE(ConstantInitialisation)
|
||||
{
|
||||
typedef AutoDiff::ForwardBlock<double> ADB;
|
||||
|
Loading…
Reference in New Issue
Block a user