Remove std::array<>s that are not needed.

Discovered by: Kari B. Skjerve
This commit is contained in:
Bård Skaflestad 2011-11-08 14:34:32 +01:00
parent 420b14af05
commit b812919e27

View File

@ -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_;
};
}