From f535153e4338890b043bfc74ad769d435fa6b019 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 4 Mar 2008 16:59:03 +0000 Subject: [PATCH] new path to ag-common [[Imported from SVN: r2014]] --- staticrod2.cc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/staticrod2.cc b/staticrod2.cc index f3661088..f76c9e10 100644 --- a/staticrod2.cc +++ b/staticrod2.cc @@ -1,7 +1,7 @@ #include <config.h> -//#define DUNE_EXPRESSIONTEMPLATES #include <dune/common/bitfield.hh> +#include <dune/common/configparser.hh> #include <dune/grid/onedgrid.hh> @@ -9,19 +9,17 @@ #include <dune/disc/operators/p1operator.hh> -#include "../common/boundarypatch.hh" - -#include "src/planarrodassembler.hh" -#include "../common/projectedblockgsstep.hh" +#include <dune/ag-common/boundarypatch.hh> +#include <dune/ag-common/projectedblockgsstep.hh> #include "../contact/src/contactmmgstep.hh" +#include <dune/ag-common/iterativesolver.hh> -#include "../common/iterativesolver.hh" +#include <dune/ag-common/geomestimator.hh> +#include <dune/ag-common/energynorm.hh> -#include "../common/geomestimator.hh" -#include "../common/energynorm.hh" #include "src/rodwriter.hh" +#include "src/planarrodassembler.hh" -#include <dune/common/configparser.hh> // Number of degrees of freedom: // 3 (x, y, theta) for a planar rod -- GitLab