opm-simulators/opm
Markus Blatt 622c8825a9 Correctly initialize the Eigen arrays.
Previously, we just called the default constructor. Of course this does not allocate
any memory and we experienced segmentation faults. With this patch we correctly
allocate the arrays by passing the number of row and columns to the constructor.
2015-01-28 16:38:10 +01:00
..
autodiff Correctly initialize the Eigen arrays. 2015-01-28 16:38:10 +01:00