mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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/Eigen>
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(ConstantInitialisation)
|
BOOST_AUTO_TEST_CASE(ConstantInitialisation)
|
||||||
{
|
{
|
||||||
typedef AutoDiff::ForwardBlock<double> ADB;
|
typedef AutoDiff::ForwardBlock<double> ADB;
|
||||||
|
Loading…
Reference in New Issue
Block a user