Fixed unused variable warning.

This commit is contained in:
Markus Blatt
2020-09-07 16:42:01 +02:00
parent c21f1e72f8
commit 578ca0a725

View File

@@ -435,7 +435,6 @@ namespace Opm {
// create map from cell to region
// and set all attributes to zero
const auto& grid = simulator.vanguard().grid();
for (const auto& reg : rmap_.activeRegions()) {
auto& ra = attr_.attributes(reg);
ra.pressure = 0.0;