Simulator programs and utilities for automatic differentiation.
Go to file
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
opm/core Make GCC 4.6.3 happy in C++0x mode 2012-10-24 09:57:12 +02:00
tests New function clone_wells() 2012-10-04 21:09:47 +02:00