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
22f87cc6
Commit
22f87cc6
authored
Aug 14, 2020
by
Gauthier Quesnel
Browse files
core: better detect internal transition
parent
2fcf2535
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/include/irritator/core.hpp
View file @
22f87cc6
...
...
@@ -3740,7 +3740,7 @@ struct qss3_integrator
auto
&
port_x
=
input_ports
.
get
(
x
[
port_x_dot
]);
auto
&
port_r
=
input_ports
.
get
(
x
[
port_reset
]);
if
(
port_x
.
messages
.
empty
()
&&
port_r
.
messages
.
empty
()
&&
r
==
0.0
)
if
(
port_x
.
messages
.
empty
()
&&
port_r
.
messages
.
empty
())
irt_return_if_bad
(
internal
());
else
{
if
(
!
port_r
.
messages
.
empty
())
...
...
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