From 71d45565506ed4a6b0f627fecfb9a73c9f1a21ac Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 4 Mar 2008 17:31:37 +0000 Subject: [PATCH] new path to ag-common [[Imported from SVN: r2020]] --- rod3d.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rod3d.cc b/rod3d.cc index 3ca6ab27..a9b7a6ba 100644 --- a/rod3d.cc +++ b/rod3d.cc @@ -8,8 +8,8 @@ #include <dune/istl/io.hh> -#include "../common/iterativesolver.hh" -#include "../common/energynorm.hh" +#include <dune/ag-common/iterativesolver.hh> +#include <dune/ag-common/energynorm.hh> #include "src/configuration.hh" #include "src/roddifference.hh" -- GitLab