Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
ddp-actuator-solver
Commits
7d076143
Commit
7d076143
authored
Feb 16, 2016
by
flforget
Browse files
bug fix
parent
40b472cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpp/src/costfunctionromeoactuator.cpp
View file @
7d076143
...
...
@@ -29,32 +29,32 @@ void CostFunctionRomeoActuator::computeFinalCostDeriv(const stateVec_t& X)
}
// accessors //
stateVec_t
CostFunctionRomeoActuator
::
getlx
()
stateVec_t
&
CostFunctionRomeoActuator
::
getlx
()
{
return
lx
;
}
stateMat_t
CostFunctionRomeoActuator
::
getlxx
()
stateMat_t
&
CostFunctionRomeoActuator
::
getlxx
()
{
return
lxx
;
}
commandVec_t
CostFunctionRomeoActuator
::
getlu
()
commandVec_t
&
CostFunctionRomeoActuator
::
getlu
()
{
return
lu
;
}
commandMat_t
CostFunctionRomeoActuator
::
getluu
()
commandMat_t
&
CostFunctionRomeoActuator
::
getluu
()
{
return
luu
;
}
stateR_commandC_t
CostFunctionRomeoActuator
::
getlxu
()
stateR_commandC_t
&
CostFunctionRomeoActuator
::
getlxu
()
{
return
lxu
;
}
commandR_stateC_t
CostFunctionRomeoActuator
::
getlux
()
commandR_stateC_t
&
CostFunctionRomeoActuator
::
getlux
()
{
return
lux
;
}
Write
Preview
Supports
Markdown
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