quell unused variable warning

This commit is contained in:
Arne Morten Kvarving
2016-11-21 10:20:24 +01:00
parent 54ad92ff40
commit b0aae037f6

View File

@@ -404,7 +404,6 @@ namespace Opm
// write all cell data registered in local state
for (const auto& pair : localCellData_) {
const std::string& key = pair.first;
const auto& data = pair.second.data;
const size_t stride = data.size()/localState_.numCells();