mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1372 Fix compile error on Windows
This commit is contained in:
parent
3c07eafab2
commit
776e0ff1c4
@ -1076,7 +1076,7 @@ ECL::CartesianGridData::
|
||||
haveCellData(const ResultSet& rset,
|
||||
const std::string& vector) const
|
||||
{
|
||||
return rset.template haveKeywordData(vector, this->gridName());
|
||||
return rset.haveKeywordData(vector, this->gridName());
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user