Skip to content
Snippets Groups Projects

BUG: wrong bounding of sensitivity contituents in case of many control boxes (Fixes #1549)

Merged Vaggelis Papoutsis requested to merge bug-bound-sensitivities into master
Compare and
8 files
+ 44
42
Preferences
Compare changes
Files
8
@@ -5,8 +5,8 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2007-2019 PCOpt/NTUA
Copyright (C) 2013-2019 FOSS GP
Copyright (C) 2007-2020 PCOpt/NTUA
Copyright (C) 2013-2020 FOSS GP
Copyright (C) 2019 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
@@ -108,7 +108,7 @@ void displacementMethodvolumetricBSplinesMotionSolver::boundControlField
// control points movement. Safe since the motionSolver can only be an
// volumetricBSplinesMotionSolver
refCast<volumetricBSplinesMotionSolver>
(motionPtr_()).boundControlPointsMovement(controlField);
(motionPtr_()).boundControlPointMovement(controlField);
}