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

Use the complete path to include referenceelements.hh

Because there are _two_ files of that name.  Using the
full path makes it clearer which one is meant.

[[Imported from SVN: r125]]
parent abe2ebd2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#include <dune/common/iteratorfacades.hh>
#include "type.hh"
#include "referenceelements.hh"
#include <dune/geometry/referenceelements.hh>
namespace Dune {
......
......@@ -7,7 +7,6 @@
#include <dune/common/typetraits.hh>
#include <dune/common/nullptr.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/genericgeometry/mappingprovider.hh>
#include <dune/geometry/genericgeometry/geometrytraits.hh>
......
......@@ -10,6 +10,7 @@
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/quadraturerules/gaussquadrature.hh>
#include <dune/geometry/referenceelements.hh>
......
......@@ -7,7 +7,7 @@
#include <dune/common/misc.hh>
#include "../referenceelements.hh"
#include <dune/geometry/referenceelements.hh>
#include "../quadraturerules/gaussquadrature.hh"
bool success = true;
......
......@@ -6,7 +6,7 @@
#include <config.h>
#include "../quadraturerules.hh"
#include "../referenceelements.hh"
#include <dune/geometry/referenceelements.hh>
bool success = true;
......
......@@ -9,7 +9,7 @@
#include <iostream>
#include "../referenceelements.hh"
#include <dune/geometry/referenceelements.hh>
using namespace Dune;
......
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