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

added typedef of T to value_type.

[[Imported from SVN: r4492]]
parent e8fc1beb
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ namespace Dune
//! export base type of array
typedef T MemberType;
typedef T value_type; // definition conforming to STL
typedef T value_type; // definition conforming to STL
/** \brief Print contents of the array to cout.
*
......
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