Skip to content
Snippets Groups Projects
Commit 0556c0cf authored by Adrian Burri's avatar Adrian Burri
Browse files

another one

[[Imported from SVN: r2748]]
parent e426411a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ namespace Dune {
//! Template to choose right Object stream type for a given class
template <class GridImp, class DefaultImp>
struct GridObjectStreamOrDefault {
GridObjectStreamOrDefaultHelper<
typedef typename GridObjectStreamOrDefaultHelper<
Conversion<GridImp, HasObjectStream>::exists,
GridImp,
DefaultImp>::ObjectStreamType ObjectStreamType;
......
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