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

Merged bugfix patch -r1458 from trunk (use general template argument)

[[Imported from SVN: r1511]]
parents 0f982e37 7f7ff672
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,8 @@ namespace Dune
void project(V& v) const
{}
SequentialInformation(const CollectiveCommunication<void*>&)
template<class T>
SequentialInformation(const CollectiveCommunication<T>&)
{}
SequentialInformation()
......
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