mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: get rid of OPM_UNUSED macro usage
prefer anonymous parameters and c++17 [[maybe_unused]]
This commit is contained in:
@@ -99,8 +99,8 @@ public:
|
||||
*/
|
||||
template <class FluidState>
|
||||
void assignMassConservative(const FluidState& fluidState,
|
||||
const MaterialLawParams& matParams OPM_UNUSED,
|
||||
bool isInEquilibrium OPM_UNUSED= false)
|
||||
const MaterialLawParams&,
|
||||
bool = false)
|
||||
{
|
||||
// there is no difference between naive and mass conservative
|
||||
// assignment in the flash model. (we only need the total
|
||||
|
||||
Reference in New Issue
Block a user