Skip to content
Snippets Groups Projects
Commit 7f7ff672 authored by Rebecca Neumann's avatar Rebecca Neumann
Browse files

use general template argument

[[Imported from SVN: r1458]]
parent 85dbbe0c
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