Follow previous removal of utils:: subnamespace.
This commit is contained in:
parent
0b09b8b5fd
commit
389a3d79dc
@ -74,8 +74,8 @@ namespace Opm
|
|||||||
double* output_dRdp) const;
|
double* output_dRdp) const;
|
||||||
private:
|
private:
|
||||||
// PVT properties of dry gas or dead oil
|
// PVT properties of dry gas or dead oil
|
||||||
utils::UniformTableLinear<double> one_over_B_;
|
UniformTableLinear<double> one_over_B_;
|
||||||
utils::UniformTableLinear<double> viscosity_;
|
UniformTableLinear<double> viscosity_;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user