Skip to content
Snippets Groups Projects
Commit e318ce91 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[function] update

parent 21d061c3
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ FunctionInterface<D, d, R, r>* createFunction(const std::string type,
} else if (type == "function.expression") {
return FunctionExpression<D, d, R, r>::create(description);
} else if (type == "function.spe10.model1") {
return Spe10Model1<D, d, R, r>::create(description);
return FunctionSpe10Model1<D, d, R, r>::create(description);
} else if (type == "function.affineparametric.default") {
return FunctionAffineParametricDefault<D, d, R, r>::create(description);
} else if (type == "function.affineparametric.checkerboard") {
......
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