mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Use documented include statements for Eigen
This commit is contained in:
parent
134b9b1a7f
commit
06d2c078fa
@ -21,8 +21,8 @@
|
||||
#define OPM_AUTODIFFVEC_HEADER_INCLUDED
|
||||
|
||||
#include "AutoDiff.hpp"
|
||||
#include <eigen3/Eigen/Eigen>
|
||||
#include <eigen3/Eigen/Sparse>
|
||||
#include <Eigen/Eigen>
|
||||
#include <Eigen/Sparse>
|
||||
#include <iostream>
|
||||
|
||||
namespace AutoDiff
|
||||
|
Loading…
Reference in New Issue
Block a user