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 55b2320ded
commit 9f4da3ad03
17 changed files with 24 additions and 24 deletions

View File

@@ -39,8 +39,8 @@
#include <opm/core/linalg/LinearSolverFactory.hpp>
#include <opm/core/pressure/IncompTpfaSinglePhase.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 <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>