mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix new 'unused variable' warnings on GCC
that one was due to the fact that the constructor arguments were no longer used to initialize (unused) private member variables. These warnings did not appear in CLang for some reason. Again, thanks to Bård Skaflestad for the review.
This commit is contained in:
parent
5c4c44812d
commit
69bf6401b2
@ -236,8 +236,8 @@ namespace Opm
|
||||
const BlackoilPropertiesInterface& props,
|
||||
const RockCompressibility* rock_comp_props,
|
||||
WellsManager& wells_manager,
|
||||
const std::vector<double>& src,
|
||||
const FlowBoundaryConditions* bcs,
|
||||
const std::vector<double>&,
|
||||
const FlowBoundaryConditions*,
|
||||
LinearSolverInterface& linsolver,
|
||||
const double* gravity)
|
||||
: grid_(grid),
|
||||
|
Loading…
Reference in New Issue
Block a user