opm-simulators/opm
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
..
core Prevents unsigned-signed-comparison warnings for container with signed size. 2015-02-19 09:13:39 +01:00