Bugfix: Actually use column index ...
This commit is contained in:
parent
877b501659
commit
ba6de11151
@ -199,8 +199,8 @@ namespace Opm
|
|||||||
|
|
||||||
bool columnIsMasked_(Opm::DeckConstPtr deck,
|
bool columnIsMasked_(Opm::DeckConstPtr deck,
|
||||||
const std::string& keywordName,
|
const std::string& keywordName,
|
||||||
int /* columnIdx */)
|
int columnIdx)
|
||||||
{ return deck->getKeyword(keywordName)->getRecord(0)->getItem(0)->getSIDouble(0) != -1.0; }
|
{ return deck->getKeyword(keywordName)->getRecord(columnIdx)->getItem(0)->getSIDouble(0) != -1.0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user