opm-simulators/ebos
Andreas Lauser 5951b2f64c EclCpGridManager: do not delete unintialized pointers
this was found using GCC-7's address sanitizer. I suspect that this
did not surface earlier (i.e., with valgrind), because newly allocated
memory gets initialized to zero by the operating system, so the value
of the pointer was zero and the delete operator did what was right by
coincidence. the new asan seems to initialize memory randomly, though.
2017-04-20 11:05:31 +02:00
..
alucartesianindexmapper.hh move all applications into their top-level directory 2016-11-11 15:04:04 +01:00
collecttoiorank.hh Merge pull request #143 from blattms/collecttoiorank-fixes-2 2017-04-03 16:30:33 +02:00
ebos.cc adapt to the move of quad.hh to opm-material 2016-12-14 12:38:12 +01:00
eclalugridmanager.hh move all applications into their top-level directory 2016-11-11 15:04:04 +01:00
eclbasegridmanager.hh Policy change: warn when missing well/group. 2017-03-15 15:40:39 +01:00
eclcpgridmanager.hh EclCpGridManager: do not delete unintialized pointers 2017-04-20 11:05:31 +02:00
ecldummygradientcalculator.hh change the order of OPM_UNUSED and variable name 2017-01-17 13:28:56 +01:00
eclequilinitializer.hh ebos: fix the interactions between SWATINIT and threshold pressures 2017-01-18 16:46:53 +01:00
eclfluxmodule.hh adapt to the move of the valgrind client requests into the Opm namespace 2017-02-09 18:25:44 +01:00
ecloutputblackoilmodule.hh adapt to the move of the valgrind client requests into the Opm namespace 2017-02-09 18:25:44 +01:00
eclpeacemanwell.hh adapt to the move of the valgrind client requests into the Opm namespace 2017-02-09 18:25:44 +01:00
eclpolyhedralgridmanager.hh move all applications into their top-level directory 2016-11-11 15:04:04 +01:00
eclproblem.hh make explicit initialization for twophase cases work 2017-04-18 16:11:44 +02:00
eclthresholdpressure.hh ebos: no longer fail if the EQLDIMS keyword is not explicitly mentioned in the deck 2017-02-13 19:20:27 +01:00
ecltransmissibility.hh Avoid ambiguous call of std::abs. 2017-02-07 11:33:57 +01:00
eclwellmanager.hh change the order of OPM_UNUSED and variable name 2017-01-17 13:28:56 +01:00
eclwriter.hh adapt to the move of the valgrind client requests into the Opm namespace 2017-02-09 18:25:44 +01:00