mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
The InitialStateComputer::temperature_ array, previously used, was of cartesian size, but used as if it only contained the values of the cells of a region. With this commit InitialStateComputer::temperature_ is a compressed local array and we explicitly copy out only the region values when computing RS/RV. Closes #2423.