Magne Sjaastad

Results 153 issues of Magne Sjaastad

User reports the following ![image](https://github.com/OPM/ResInsight/assets/1793152/cc7f3705-b6a5-4b81-8a56-dc7eb3ce8073) Script used ![image](https://github.com/OPM/ResInsight/assets/1793152/e9d68055-b545-46ab-80be-4a34d234929e)

Bug

In the destructor of caf::PdmChildArrayField we now delete the objects in the array. Many places we call `deleteChildren`, but this is not requred. Identify and remove deleteChildren from destructors of...

System

User has reported the following misalignment of tick marks and grid lines. Same behaviour difficult to reproduce on Windows and Ubuntu. ![image](https://github.com/OPM/ResInsight/assets/1793152/95d3693b-5c8c-4c8e-a3e9-11e763b787b9)

BugInRelease

It is possible to populate a `PdmChildArrayField` with objects of a different type. This causes confusing and difficult to understand error message in `PdmChildArrayField::childrenByType`

System

If `PORV` is present, use `PORV>0` as criteria to identify active cells. Use same concept implemented for `libecl.`

BugInRelease

Buildcache has moved here https://gitlab.com/bits-n-bites/buildcache/-/releases

System

Add all result types for export in Advanced Snapshot Export.

Enhancement

Changing color of measurement objects by using the color icon in the Property Editor does not work. The color is reset to default color. ![image](https://github.com/OPM/ResInsight/assets/1793152/c553e77f-4020-41cb-a33f-41ea833bd30c)

BugInRelease

To reduce the computation load, the visible cells can be used as input for the grid calculations. This can be especially useful when computing statistics. Prototype of concepts are available...

Enhancement