opm-simulators/opm/core
Markus Blatt 4102846873 Fix complaint about initial declaration in foor loop.
gcc-4.7.2 (Debian 4.7.2-5) complained about:
"‘for’ loop initial declarations are only allowed in C99 mode
note: use option -std=c99 or -std=gnu99 to compile your code"
when seeing a loop like
for(int i=0; i<end; ++i)

This is fixed by moving the declaration before the for loop with
this commit. Altenatively, we could use the above option.
2015-09-03 14:03:25 +02:00
..
flowdiagnostics Suppress warnings. 2015-08-10 16:07:45 +02:00
linalg Suppress warnings. 2015-08-10 16:07:45 +02:00
pressure Fixed several compiler warnings 2015-08-19 13:12:14 +02:00
props SaturationPropsFromDeck: fix some array index screw-ups in the twophase case 2015-09-02 12:29:18 +02:00
simulator use a .cpp instead of an _impl.hpp file for SaturationPropsFromDeck 2015-09-02 12:29:18 +02: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 Fix complaint about initial declaration in foor loop. 2015-09-03 14:03:25 +02:00
well_controls.h Initial integration of VFP 2015-08-19 13:10:48 +02:00
wells.h Initial integration of VFP 2015-08-19 13:10:48 +02:00