Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
76dcf39e
Commit
76dcf39e
authored
Jul 23, 2018
by
Mark Olesen
Browse files
BUG: incorrect lookup name for lumpedMotion scaling parameter (fixes
#949
)
parent
e190ff8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lumpedPointMotion/lumpedPointMovement.C
View file @
76dcf39e
...
...
@@ -54,7 +54,7 @@ const Foam::Enum
>
Foam
::
lumpedPointMovement
::
scalingNames
{
{
scalingType
::
LENGTH
,
"
plain
"
},
{
scalingType
::
LENGTH
,
"
length
"
},
{
scalingType
::
FORCE
,
"force"
},
{
scalingType
::
MOMENT
,
"moment"
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment