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

Bugfix

[[Imported from SVN: r2746]]
parent e7cd25af
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ namespace Dune {
//! Helper template (explicit specialisation if GridImp doesn't export an
//! object stream -> DefaultImplementation is exported)
template <class GridImp, class DefaultImp>
struct GridObjectStreamOrDefaultHelper {
struct GridObjectStreamOrDefaultHelper<false, GridImp, DefaultImp> {
typedef DefaultImp 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