From 2471e3544399395c35d77bf704667c71079c53a3 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sun, 7 Mar 2010 20:28:05 +0000 Subject: [PATCH] the 2d rod assembler code is now in rodassembler.hh [[Imported from SVN: r5674]] --- rodobstacle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rodobstacle.cc b/rodobstacle.cc index 9b2492e8..61104d94 100644 --- a/rodobstacle.cc +++ b/rodobstacle.cc @@ -17,7 +17,7 @@ #include <dune/ag-common/boundarypatch.hh> #include "src/rodwriter.hh" -#include "src/planarrodassembler.hh" +#include "src/rodassembler.hh" // 3 (x, y, theta) for a planar rod -- GitLab