Skip to content
Snippets Groups Projects
Commit 108d1496 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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

parent 41e93f73
Branches
No related merge requests found
......@@ -54,7 +54,7 @@ const Foam::Enum
>
Foam::lumpedPointMovement::scalingNames
{
{ scalingType::LENGTH, "plain" },
{ scalingType::LENGTH, "length" },
{ scalingType::FORCE, "force" },
{ scalingType::MOMENT, "moment" }
};
......
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