Skip to content
Snippets Groups Projects
Commit 75c70841 authored by andy's avatar andy
Browse files

BUG: Corrected typeName usage for NamedEnum

parent 5a0700bc
Branches
Tags
No related merge requests found
......@@ -44,9 +44,9 @@ namespace Foam
3
>::names[] =
{
fv::EulerDdtScheme<scalar>::typeName.c_str(),
fv::CrankNicholsonDdtScheme<scalar>::typeName.c_str(),
fv::backwardDdtScheme<scalar>::typeName.c_str()
fv::EulerDdtScheme<scalar>::typeName_(),
fv::CrankNicholsonDdtScheme<scalar>::typeName_(),
fv::backwardDdtScheme<scalar>::typeName_()
};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment