#1372 Fix compile error on Windows

This commit is contained in:
Magne Sjaastad 2017-05-12 12:19:03 +02:00
parent 3c07eafab2
commit 776e0ff1c4

View File

@ -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