Skip to content
Snippets Groups Projects
Commit 78804a9f authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Merge branch 'issue/element-grid-function-valueof' into 'master'

Fix typo in valueOf for ElementGridFunction

See merge request amdis/amdis!184
parents 6ae9b3fc ce39874b
Branches
Tags
No related merge requests found
......@@ -152,7 +152,7 @@ namespace AMDiS
/// A Generator for an \ref ElementGridFunction
template <class G, class T>
auto valueOf(ElementVector<G,T> const& ev)
auto valueOf(ElementGridFunction<G,T> const& ev)
{
return ElementGridFunction{ev.gridView(), ev.data()};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment