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

Combine without need for specifying type another time.

[[Imported from SVN: r3580]]
parent 84d44b8a
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ namespace Dune
/**
* @brief A set combining two other sets.
*/
template<class TI1, class TI2, typename TA>
template<class TI1, class TI2, typename TA=typename TI1::Type>
class Combine
{
public:
......
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