opm-simulators/examples
Markus Blatt b0b43e97b6 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.
2016-05-27 08:59:00 +00:00
..
compute_eikonal_from_files.cpp Fixes includes wrt opm-parser PR-656 2016-01-21 09:42:51 +01:00
compute_initial_state.cpp Fix incomplete type error for std::ofstream in examples 2016-05-27 08:59:00 +00:00
compute_tof_from_files.cpp Fix incomplete type error for std::ofstream in examples 2016-05-27 08:59:00 +00:00
diagnose_relperm.cpp remove the prefix from raw string, using OpmLog format. 2016-05-19 10:07:36 +08:00