Merge pull request #346 from akva2/janitoring
mark unused parameter OPM_UNUSED
This commit is contained in:
commit
56491a2e90
@ -55,7 +55,7 @@ public:
|
||||
*/
|
||||
template <class FluidState, class Evaluation = typename FluidState::Scalar>
|
||||
static Evaluation thermalConductivity(const Params& params,
|
||||
const FluidState& fluidState)
|
||||
const FluidState& fluidState OPM_UNUSED)
|
||||
{
|
||||
// The thermal conductivity approach based on the THC* keywords.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user