opm-core/examples
Markus Blatt dbf425411f 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
compute_tof.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
mirror_grid.cpp rename ParseMode in examples folder. 2016-03-17 09:46:12 +08:00
wells_example.cpp Using getInputGrid API from Parser, changed GridManager to no longer accept Deck in constructor 2016-04-20 08:51:10 +02:00