Rename directory opm/core/tof -> opm/core/flowdiagnostics.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-02-03 21:44:24 +01:00
parent f27f75b0b9
commit 9cb9ec50b1
15 changed files with 12 additions and 12 deletions

View File

@@ -43,8 +43,8 @@
#include <opm/core/simulator/WellState.hpp>
#include <opm/core/simulator/initState.hpp>
#include <opm/core/pressure/IncompTpfa.hpp>
#include <opm/core/tof/TofReorder.hpp>
#include <opm/core/tof/TofDiscGalReorder.hpp>
#include <opm/core/flowdiagnostics/TofReorder.hpp>
#include <opm/core/flowdiagnostics/TofDiscGalReorder.hpp>
#include <memory>
#include <boost/filesystem.hpp>