From 76dcf39eab73ac903ce9810c24eb7ba79982ef9f Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 23 Jul 2018 20:19:07 +0200 Subject: [PATCH] BUG: incorrect lookup name for lumpedMotion scaling parameter (fixes #949) --- src/lumpedPointMotion/lumpedPointMovement.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lumpedPointMotion/lumpedPointMovement.C b/src/lumpedPointMotion/lumpedPointMovement.C index 00c34c7209..c96e9f53fb 100644 --- a/src/lumpedPointMotion/lumpedPointMovement.C +++ b/src/lumpedPointMotion/lumpedPointMovement.C @@ -54,7 +54,7 @@ const Foam::Enum > Foam::lumpedPointMovement::scalingNames { - { scalingType::LENGTH, "plain" }, + { scalingType::LENGTH, "length" }, { scalingType::FORCE, "force" }, { scalingType::MOMENT, "moment" } };