opm-core/examples
Bård Skaflestad 84aad52d81 Fix logic error in defining "left" reservoir half in scenario 2.
Specifically, we must map into 0..cd[0]-1 and not some other
interval.  Moreover, as the "i" index cycles the most rapidly in
lexicographical ordering, a simple first dimension modulus operator is
sufficient.

On the other hand, this code does assume lexicographical ordering of
the cells which may or may not be guaranteed by the grid constructor.
The Cartesian constructors observe this behaviour, but other
constructors may not...
2012-02-27 19:59:01 +01:00
..
Makefile.am Add appropriate Boost libraries needed in specific executables. 2012-01-26 21:34:16 +01:00
scaneclipsedeck.c Conform to C90 standard (don't mix declaration and code). 2011-12-08 16:40:43 +01:00
spu_2p.cpp Fix logic error in defining "left" reservoir half in scenario 2. 2012-02-27 19:59:01 +01:00