Skip to content
Snippets Groups Projects
Commit 5a6b381a authored by Martin Nolte's avatar Martin Nolte
Browse files

mark unused types (avoid warning on gcc-4.8)

[[Imported from SVN: r501]]
parent 5c971679
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,10 @@ namespace Dune
typedef typename TestGeometry::ctype ctype;
// vector type used for points in the domain
typedef typename TestGeometry::LocalCoordinate LocalCoordinate;
typedef typename TestGeometry::LocalCoordinate LocalCoordinate DUNE_UNUSED;
// vector type used for image points
typedef typename TestGeometry::GlobalCoordinate GlobalCoordinate;
typedef typename TestGeometry::GlobalCoordinate GlobalCoordinate DUNE_UNUSED;
// Matrix-like type for the return value of the jacobianTransposed method
typedef typename TestGeometry::JacobianTransposed JacobianTransposed;
......
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