Skip to content
Snippets Groups Projects
Commit 53354ee0 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor change.

[[Imported from SVN: r3995]]
parent 846b5c3c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,10 @@
#ifndef DUNE_DISCRETEFUNCTIONSPACE_HH
#define DUNE_DISCRETEFUNCTIONSPACE_HH
//- Dune includes
#include <dune/common/functionspace.hh>
//- local includes
#include "basefunctions.hh"
namespace Dune {
......@@ -71,7 +74,7 @@ namespace Dune {
//! return conversion from geometry to identifier
static IdentifierType fromGeo(int dimension, NewGeometryType geo) {
switch(dim) {
switch(dimension) {
case 0 : return Vertex;
case 1 : return Line;
case 2 :
......
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