mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
When comparing two TextureImages, create a std::vector representation and use the equality operator for std::vector. Previous implementation did not test all values, and returned equality when the texture was not identical.