mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
quell unused parameter warning
This commit is contained in:
@@ -1195,9 +1195,7 @@ namespace Opm
|
||||
template<typename TypeTag>
|
||||
void
|
||||
WellInterface<TypeTag>::
|
||||
setRepRadiusPerfLength(const std::vector<int>& cartesian_to_compressed,
|
||||
Opm::DeferredLogger& deferred_logger
|
||||
)
|
||||
setRepRadiusPerfLength(const std::vector<int>& cartesian_to_compressed)
|
||||
{
|
||||
const int nperf = number_of_perforations_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user