Skip to content
Snippets Groups Projects
Commit 233e28b2 authored by Stefan Girke's avatar Stefan Girke
Browse files

[bugfix] copy past error

parent b1fe27ef
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ namespace Fem
static ProblemInterfaceType* problem()
{
return AnalyticalAdvDiffAlgorithmCreator<FunctionSpaceType,GridType>::apply();
return AnalyticalAdvDiffProblemCreator<FunctionSpaceType,GridType>::apply();
}
......
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