Skip to content
Snippets Groups Projects
Commit 87de8c85 authored by Markus Blatt's avatar Markus Blatt
Browse files

CommPolicy uses value_type as default IndexedType as this is lets us

communicate from STL containers without effort.
Changed test accordingly.

[[Imported from SVN: r220]]
parent a35a389f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ class Array
{
friend std::ostream& operator<<(std::ostream& os, const Array& a);
public:
typedef double IndexedType;
typedef double value_type;
Array() : size_(-1)
{}
......
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