Skip to content
Snippets Groups Projects
Commit eea3856d authored by Sreejith Pulloor Kuttanikkad's avatar Sreejith Pulloor Kuttanikkad
Browse files

bug: simplexquadraturerules for ID tries to return rule for 2D :( fixed and i...

bug: simplexquadraturerules for ID tries to return rule for 2D :(  fixed and i think this may also fix the ID bug that oliver reported..??

[[Imported from SVN: r3532]]
parent 889d3f8c
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ namespace Dune {
}
//! appear as your own container
const SimplexQuadratureRule<ct,2>& getelement (GeometryType type, int p)
const SimplexQuadratureRule<ct,dim>& getelement (GeometryType type, int p)
{
return *this;
}
......
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