mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #506 from atgeirr/suppress-warnings
Suppress warnings
This commit is contained in:
commit
d88a5572b8
@ -174,7 +174,7 @@ namespace Opm
|
|||||||
|
|
||||||
bool columnIsMasked_(Opm::DeckConstPtr newParserDeck,
|
bool columnIsMasked_(Opm::DeckConstPtr newParserDeck,
|
||||||
const std::string& keywordName,
|
const std::string& keywordName,
|
||||||
int columnIdx)
|
int /* columnIdx */)
|
||||||
{ return newParserDeck->getKeyword(keywordName)->getRecord(0)->getItem(0)->getSIDouble(0) != -1.0; }
|
{ return newParserDeck->getKeyword(keywordName)->getRecord(0)->getItem(0)->getSIDouble(0) != -1.0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user