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 PolymerBlackoilState;
|
||||
class WellState;
|
||||
class SimulatorReport;
|
||||
struct SimulatorReport;
|
||||
|
||||
/// Class collecting all necessary components for a two-phase simulation.
|
||||
class SimulatorCompressiblePolymer
|
||||
|
||||
@@ -140,7 +140,6 @@ namespace Opm
|
||||
const PolymerInflowInterface& polymer_inflow_;
|
||||
const std::vector<double>& src_;
|
||||
const FlowBoundaryConditions* bcs_;
|
||||
const double* gravity_;
|
||||
// Solvers
|
||||
IncompTpfaPolymer psolver_;
|
||||
TransportSolverTwophasePolymer tsolver_;
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace Opm
|
||||
class SimulatorTimer;
|
||||
class PolymerState;
|
||||
class WellState;
|
||||
class SimulatorReport;
|
||||
struct SimulatorReport;
|
||||
|
||||
/// Class collecting all necessary components for a two-phase simulation.
|
||||
class SimulatorPolymer
|
||||
|
||||
Reference in New Issue
Block a user