mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
4102846873
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. |
||
---|---|---|
.. | ||
core |