From be6ae76d88ff7e6bd2320d25a1db66f7100d5bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 13 Oct 2011 19:38:33 +0200 Subject: [PATCH] Don't reference (non-existent) Dune directories. Remove disabled code. --- src/CSRMatrixUmfpackSolver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CSRMatrixUmfpackSolver.hpp b/src/CSRMatrixUmfpackSolver.hpp index 06f19aa0a..daaf836a0 100644 --- a/src/CSRMatrixUmfpackSolver.hpp +++ b/src/CSRMatrixUmfpackSolver.hpp @@ -36,7 +36,7 @@ #ifndef OPM_CSRMATRIXUMFPACKSOLVER_HPP_HEADER #define OPM_CSRMATRIXUMFPACKSOLVER_HPP_HEADER -#include +#include namespace Opm { namespace ImplicitTransportLinAlgSupport {