Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt 9e4af968db Fix incomplete type error for std::ofstream in examples
On my system I got
```c++
error: variable ‘std::ofstream file’ has initializer but incomplete type
         std::ofstream file(fname.str().c_str());
```
This is fixed with this commit by including fstream. Previously,
this include might have happened implicitely.
2018-01-02 14:28:06 +01:00
bin relax the python script to check the reference solutions 2013-07-07 19:02:28 +02:00
doc slightly improve the handbook build script 2017-01-16 15:32:16 +01:00
examples Fix incomplete type error for std::ofstream in examples 2018-01-02 14:28:06 +01:00
opm/core Prevent dereferencing the end iterator. 2018-01-02 14:28:06 +01:00
tests rename ParseMode as ParseContext. 2018-01-02 14:28:06 +01:00