Simulator programs and utilities for automatic differentiation.
Go to file
Atgeirr Flø Rasmussen bce2d6ad1a Avoid using VLAs (C99 feature).
Regular C fixed-size arrays are sufficient here, although in general
std::vector is the preferred replacement (if needing the dynamic size).
2014-11-24 10:55:10 +01:00
examples Make use of EclipseState for EQLNUM and SWATINIT. 2014-06-26 14:46:57 +02:00
opm/core Suppress unused argument warning in release mode. 2014-11-24 10:54:51 +01:00
tests Avoid using VLAs (C99 feature). 2014-11-24 10:55:10 +01:00