opm-simulators/opm/core
Roland Kaufmann d8dd982408 Make GCC 4.6.3 happy in C++0x mode
It complains about not finding a match for the pair<> template class,
because the first parameter (this) is allegedly const. However, this
isn't a const method, so I suspect it is a compiler bug.

In order to move on, I slap on a harmless cast which will make this
particular compiler happy, and which should have no effects elsewhere,
but put it in a #if..#else..#endif macro to avoid warnings on others;
hopefully this also makes it easier to spot and remove in the future.
2012-10-24 09:57:12 +02:00
..
fluid Fix comment. 2012-10-10 14:12:38 +02:00
linalg Disable warning for using DUNE's FieldVector::size 2012-09-24 00:21:06 +02:00
pressure Update WellState::perfPress() after pressure solve. 2012-10-01 16:40:10 +02:00
simulator Added perfPress() to WellState. 2012-10-01 16:39:35 +02:00
transport/reorder Fix output in case of LAPACK error. 2012-10-17 12:40:43 +02:00
utility Merge remote-tracking branch 'upstream/master' into ert 2012-10-12 00:43:51 +02:00
wells Make GCC 4.6.3 happy in C++0x mode 2012-10-24 09:57:12 +02:00
newwells.h New function clone_wells() 2012-10-05 10:14:44 +02:00
well.h Document the obsolescent well representation. 2012-06-25 00:55:50 +02:00