Markus Blatt
Markus Blatt
We have some pointer semantics that break when the parser thinks a keyword in a n include file has not ended but the file has. It will happily read the...
This is to show that the tests added in #4462 fail with master. It is just adding the test of the PR.
When setting up the EclipseGrid, we create a temporary FieldProps object for getting the ACTNUM array. Somehow we processed all EQUALS statements in the GRID section for this. This seems...
Detected by Debian.
because it is not registered, but our docs say that this is possible,
Triggered by OPM/opm-grid#564. It is highly doubtful that modifying wells with ActionX works in parallel for all cases with flow. (Let's hope someone proves me wrong...) The problem is that...
This pointers were dangling after a grid was copied and the original one removed. Fortunatley, we did not do this in productive code. This approach uses a boolean to see...
Currently files get installed directly below it: ``` -- Installing: /home/mblatt/opt/./libecl.so -- Installing: /home/mblatt/opt/./libecl.so.2 -- Installing: /home/mblatt/opt/./libecl.so.2.4 -- Installing: /home/mblatt/opt/./Python -- Installing: /home/mblatt/opt/./Python/.gitignore -- Installing: /home/mblatt/opt/./Python/LICENSE -- Installing: /home/mblatt/opt/./Python/MANIFEST.in ```...
Collapsed here means that the points of the top and lower plane on the same pillar coincide. Later those cells will be treated as inactive in [preprocess.c](/OPM/opm-grid/blob/6a456765a4f2d55182738df4dd6cf690b357a42f/opm/grid/cpgpreprocess/preprocess.c#L380-L388) and will not...
It should only be used internally if you know what you are doing. Not finished and quite messy, but at least it compiles. Might serve as inspiration, though. Main point...