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
Romain De Laage De Bellefaye
LO21-projet
Commits
bcefef59
Commit
bcefef59
authored
Jun 12, 2021
by
Leon Do Castelo
Browse files
Update Automate.h
parent
fe6a9a68
Pipeline
#79754
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/Automate.h
View file @
bcefef59
...
...
@@ -106,7 +106,7 @@ class Automate {
/// Se placer sur l'état suivant si disponible
void
next
()
{
if
(
itBuffer
!=
(
--
buffer
.
end
()))
itBuffer
++
;
}
/// On vide la buffer et on l'initialise avec une première grille
void
reset
()
{
buffer
.
clear
();
buffer
.
push_back
(
reseauInit
);
}
void
reset
()
{
buffer
.
clear
();
buffer
.
push_back
(
reseauInit
);
nbStep
=
0
;
nbCycle
=
0
;
}
/// Se placer sur l'état suivant du buffer et le calculer s'il n'y en a plus de disponible
void
step
();
...
...
Write
Preview
Markdown
is supported
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