Skip to content
Snippets Groups Projects
Commit 1b310815 authored by Oliver Sander's avatar Oliver Sander
Browse files

include only geometrytype.hh instead of grid.hh

[[Imported from SVN: r4155]]
parent fd3ccb6e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#include "common/fvector.hh"
#include "common/exceptions.hh"
#include "common/misc.hh"
#include "grid/common/grid.hh"
#include "common/geometrytype.hh"
#include "grid/common/referenceelements.hh"
/**
......
......@@ -6,7 +6,7 @@
#include <iostream>
#include "common/fvector.hh"
#include "common/exceptions.hh"
#include "grid/common/grid.hh"
#include "grid/common/geometrytype.hh"
/**
* @file dune/disc/shapefunctions/lagrange/prismshapefunctions.hh
......
......@@ -6,7 +6,7 @@
#include <iostream>
#include "common/fvector.hh"
#include "common/exceptions.hh"
#include "grid/common/grid.hh"
#include "grid/common/geometrytype.hh"
/**
* @file dune/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
......
......@@ -6,7 +6,7 @@
#include <iostream>
#include "common/fvector.hh"
#include "common/exceptions.hh"
#include "grid/common/grid.hh"
#include "grid/common/geometrytype.hh"
/**
* @file dune/disc/shapefunctions/lagrange/simplexshapefunctions.hh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment