Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
Gauthier Quesnel
irritator
Commits
b7502a5b
Commit
b7502a5b
authored
Aug 12, 2020
by
Gauthier Quesnel
Browse files
core: fix cast warnings in QSS3 transition
parent
fddeeffb
Pipeline
#16258
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/include/irritator/core.hpp
View file @
b7502a5b
...
...
@@ -3494,7 +3494,7 @@ struct qss3_integrator
constexpr
double
pi_div_3
=
1.0471975511965976
;
#endif
X
=
X
+
u
*
e
+
(
mu
*
e
*
e
)
/
2
+
(
pu
*
e
*
e
*
e
)
/
3
;
X
=
X
+
u
*
e
+
(
mu
*
e
*
e
)
/
2
.
+
(
pu
*
e
*
e
*
e
)
/
3
.
;
u
=
value_x
;
mu
=
value_slope
;
pu
=
value_derivative
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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