Skip to content
Snippets Groups Projects
Commit d945f673 authored by Christian Engwer's avatar Christian Engwer
Browse files

create referenceelements for dim <= 5

[[Imported from SVN: r4382]]
parent e5c924df
Branches
Tags
Loading
......@@ -79,8 +79,8 @@ namespace Dune {
// force creation of symbols and code ...
void init_referenceelements()
{
InitReferenceElements<double, 3> i1;
InitReferenceElements<float, 3> i2;
InitReferenceElements<double, 5> i1;
InitReferenceElements<float, 5> i2;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment