From a6a028851fdcb6e264b7b6009ac4c830d529b553 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Tue, 21 Feb 2006 18:08:27 +0000
Subject: [PATCH] wrong path

[[Imported from SVN: r4156]]
---
 disc/shapefunctions/lagrange/prismshapefunctions.hh   | 2 +-
 disc/shapefunctions/lagrange/pyramidshapefunctions.hh | 2 +-
 disc/shapefunctions/lagrange/simplexshapefunctions.hh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/disc/shapefunctions/lagrange/prismshapefunctions.hh b/disc/shapefunctions/lagrange/prismshapefunctions.hh
index e396b10e6..ba6a7a9ac 100644
--- a/disc/shapefunctions/lagrange/prismshapefunctions.hh
+++ b/disc/shapefunctions/lagrange/prismshapefunctions.hh
@@ -6,7 +6,7 @@
 #include <iostream>
 #include "common/fvector.hh"
 #include "common/exceptions.hh"
-#include "grid/common/geometrytype.hh"
+#include "common/geometrytype.hh"
 
 /**
  * @file dune/disc/shapefunctions/lagrange/prismshapefunctions.hh
diff --git a/disc/shapefunctions/lagrange/pyramidshapefunctions.hh b/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
index 89764b671..b8fa3fbad 100644
--- a/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
+++ b/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
@@ -6,7 +6,7 @@
 #include <iostream>
 #include "common/fvector.hh"
 #include "common/exceptions.hh"
-#include "grid/common/geometrytype.hh"
+#include "common/geometrytype.hh"
 
 /**
  * @file dune/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
diff --git a/disc/shapefunctions/lagrange/simplexshapefunctions.hh b/disc/shapefunctions/lagrange/simplexshapefunctions.hh
index 0ad0d9b80..8ad386bbc 100644
--- a/disc/shapefunctions/lagrange/simplexshapefunctions.hh
+++ b/disc/shapefunctions/lagrange/simplexshapefunctions.hh
@@ -6,7 +6,7 @@
 #include <iostream>
 #include "common/fvector.hh"
 #include "common/exceptions.hh"
-#include "grid/common/geometrytype.hh"
+#include "common/geometrytype.hh"
 
 /**
  * @file dune/disc/shapefunctions/lagrange/simplexshapefunctions.hh
-- 
GitLab