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

rebase to develop branch

parent a1d748cb
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ namespace AMDiS
}, lf.localFcts());
using std::get;
auto const& lgfs_i = *get<decltype(_i)::value>(lf.localFcts());
auto const& lgfs_i = *get<VALUE(_i)>(lf.localFcts());
return makeFunctorGridFunction(Operation::Multiplies{}, di_f, derivative(lgfs_i));
};
......
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