opm-simulators/opm/core
Markus Blatt a458aa7688 Prevents unsigned-signed-comparison warnings for container with signed size.
Well, you never know. There are containers that use a signed integer
for storing its size. This results in a warning about comparing signed with
unsigned integers. This commit prevents this by explicitly casting the size
to std::size_t.
2015-02-19 09:13:39 +01:00
..
flowdiagnostics Added computeWellPairs() function. 2015-02-11 14:03:47 +01:00
linalg Prevents unsigned-signed-comparison warnings for container with signed size. 2015-02-19 09:13:39 +01:00
pressure Fix whitespace issues. 2015-01-23 09:12:15 +01:00
props Makes BlackoilPropertiesFromDeck copyable. 2015-02-05 15:41:02 +01:00
simulator Improve the documentation a bit. 2015-02-05 15:43:48 +01:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
wells Complete function argument cleanup. 2015-02-17 13:56:02 +01:00
well_controls.h Renaming well is shut to well is stopped. 2015-01-09 09:10:10 +01:00
wells.h wells.h: Document several function 2014-07-03 16:09:56 +02:00