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

Added enum remembering the size of the vector.

[[Imported from SVN: r914]]
parent 8a4a8dcb
No related branches found
No related tags found
No related merge requests found
......@@ -326,8 +326,10 @@ namespace Dune {
enum { n = (SIZE > 0) ? SIZE : 1 };
public:
// standard constructor and everything is sufficient ...
// remember size of vector
enum { dimension = SIZE };
// standard constructor and everything is sufficient ...
//===== type definitions and constants
......
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