Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
robotran
mbsysc
Commits
83971ead
Commit
83971ead
authored
Sep 26, 2016
by
Nicolas Docquier
Browse files
Merge branch 'documentation' into 'Release_1.9.4'
Documentation See merge request !89
parents
777552d5
3d3e7e7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_common/mbs_struct/mbs_data.h
View file @
83971ead
...
...
@@ -184,7 +184,7 @@ struct MbsData
int
Ncons
;
///< Number of algebraic constraints.
int
Nuserc
;
///< Number of user constraints.
double
NRerr
;
///< Maximal error on constraint allowed in Newton-Raphson algorithm.
double
*
lambda
;
///< Array with the values of Lagrange Multiplie
d
related to the constraints.
double
*
lambda
;
///< Array with the values of
the
Lagrange Multiplie
rs
related to the constraints.
// Driven variables (and joint forces)
double
*
Qc
;
///< Array with the value of joint force introduced in driven joint to respect the user function.
///< The driven forces/torques are saved in the entries given by index vector, MbsData::qc
...
...
MBsysC/mbs_documentation/src/Doxyfile
View file @
83971ead
...
...
@@ -130,7 +130,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.
STRIP_FROM_PATH = ./
STRIP_FROM_PATH =
../.
./
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
...
...
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