mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix a few harmless CLang warnings
i.e. rename class to struct in two forward declarations and remove an unused private attribute...
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Opm
|
|||||||
class SimulatorTimer;
|
class SimulatorTimer;
|
||||||
class PolymerBlackoilState;
|
class PolymerBlackoilState;
|
||||||
class WellState;
|
class WellState;
|
||||||
class SimulatorReport;
|
struct SimulatorReport;
|
||||||
|
|
||||||
/// Class collecting all necessary components for a two-phase simulation.
|
/// Class collecting all necessary components for a two-phase simulation.
|
||||||
class SimulatorCompressiblePolymer
|
class SimulatorCompressiblePolymer
|
||||||
|
|||||||
@@ -140,7 +140,6 @@ namespace Opm
|
|||||||
const PolymerInflowInterface& polymer_inflow_;
|
const PolymerInflowInterface& polymer_inflow_;
|
||||||
const std::vector<double>& src_;
|
const std::vector<double>& src_;
|
||||||
const FlowBoundaryConditions* bcs_;
|
const FlowBoundaryConditions* bcs_;
|
||||||
const double* gravity_;
|
|
||||||
// Solvers
|
// Solvers
|
||||||
IncompTpfaPolymer psolver_;
|
IncompTpfaPolymer psolver_;
|
||||||
TransportSolverTwophasePolymer tsolver_;
|
TransportSolverTwophasePolymer tsolver_;
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ namespace Opm
|
|||||||
class SimulatorTimer;
|
class SimulatorTimer;
|
||||||
class PolymerState;
|
class PolymerState;
|
||||||
class WellState;
|
class WellState;
|
||||||
class SimulatorReport;
|
struct SimulatorReport;
|
||||||
|
|
||||||
/// Class collecting all necessary components for a two-phase simulation.
|
/// Class collecting all necessary components for a two-phase simulation.
|
||||||
class SimulatorPolymer
|
class SimulatorPolymer
|
||||||
|
|||||||
Reference in New Issue
Block a user