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
60619b21
Commit
60619b21
authored
Jun 12, 2021
by
Leon Do Castelo
Browse files
Update Automate.h
parent
14b28836
Pipeline
#79788
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/Automate.h
View file @
60619b21
...
...
@@ -75,7 +75,7 @@ class Automate {
/// L'objet est géré dynamiquement par l'utilisateur mais une fois donnné à l'automate il gère son cycle de vie
void
setFonction
(
Fonction
*
f
)
{
fonction
.
reset
(
f
);
}
/// Récupérer la fonction de transition
const
Fonction
&
getFonction
()
const
{
return
*
fonction
;
}
Fonction
&
getFonction
()
const
{
return
*
fonction
;
}
/// Définir une règle de voisinage
///
/// L'objet est géré dynamiquement par l'utilisateur mais une fois donnné à l'automate il gère son cycle de vie
...
...
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