Reference headers using canonical (installed) paths.

This commit is contained in:
Bård Skaflestad
2011-12-08 16:18:33 +01:00
parent 953507907e
commit 74b8fe759a
37 changed files with 136 additions and 122 deletions

View File

@@ -78,7 +78,7 @@ main() {
#endif
#if 0
#include "JacobianSystem.hpp"
#include <opmcore/transport/JacobianSystem.hpp>
//using namespace Opm::LinAlgSupport;
using namespace Opm::ImplicitTransportDefault;
@@ -101,11 +101,11 @@ main() {
#endif
#if 1
#include <sparse_sys.h>
#include <opmcore/linalg/sparse_sys.h>
#include <JacobianSystem.hpp>
#include <CSRMatrixBlockAssembler.hpp>
#include <CSRMatrixUmfpackSolver.hpp>
#include <opmcore/transport/JacobianSystem.hpp>
#include <opmcore/transport/CSRMatrixBlockAssembler.hpp>
#include <opmcore/transport/CSRMatrixUmfpackSolver.hpp>
using namespace Opm::ImplicitTransportDefault;