BUG: incorrect lookup name for lumpedMotion scaling parameter (fixes #949)

This commit is contained in:
Mark Olesen
2018-07-23 20:19:07 +02:00
parent e190ff8dca
commit 76dcf39eab

View File

@ -54,7 +54,7 @@ const Foam::Enum
>
Foam::lumpedPointMovement::scalingNames
{
{ scalingType::LENGTH, "plain" },
{ scalingType::LENGTH, "length" },
{ scalingType::FORCE, "force" },
{ scalingType::MOMENT, "moment" }
};