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

Bugfix

[[Imported from SVN: r2747]]
parent 629e5c2a
No related branches found
No related tags found
Loading
......@@ -39,7 +39,7 @@ namespace Dune {
template <class GridImp, class DefaultImp>
struct GridObjectStreamOrDefault {
GridObjectStreamOrDefaultHelper<
Conversion<GridImp, HasObjectStream::exists>,
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