mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add override
This commit is contained in:
@@ -36,7 +36,7 @@ class RivCompletionTypeResultToTextureMapper : public RivResultToTextureMapper
|
||||
public:
|
||||
using RivResultToTextureMapper::RivResultToTextureMapper;
|
||||
|
||||
cvf::Vec2f getTexCoord(double resultValue, size_t cellIndex) const
|
||||
cvf::Vec2f getTexCoord(double resultValue, size_t cellIndex) const override
|
||||
{
|
||||
cvf::Vec2f texCoord(0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user