Remove std::array<>s that are not needed.
Discovered by: Kari B. Skjerve
This commit is contained in:
parent
420b14af05
commit
b812919e27
@ -36,7 +36,6 @@
|
||||
#ifndef OPM_SimpleFluid2pWrapper_HPP_HEADER
|
||||
#define OPM_SimpleFluid2pWrapper_HPP_HEADER
|
||||
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
|
||||
namespace Opm {
|
||||
@ -67,8 +66,6 @@ namespace Opm {
|
||||
|
||||
private:
|
||||
ReservoirProperties& resprop_;
|
||||
std::array<double, 2> mu_ ;
|
||||
std::array<double, 2> rho_;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user