Skip to content
Snippets Groups Projects
Commit cfd0fc7b authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

bug fix for Quad with poly ord = 2 .

[[Imported from SVN: r2803]]
parent b712272b
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ namespace Dune {
};
// specialization for the given order
template <> struct PointsOnLine <2> { enum { points = 2 }; };
template <> struct PointsOnLine <3> { enum { points = 2 }; };
template <> struct PointsOnLine <4> { enum { points = 3 }; };
template <> struct PointsOnLine <5> { enum { points = 3 }; };
......
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