Skip to content
GitLab
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
7188b607
Commit
7188b607
authored
Jun 12, 2021
by
Boris Cazic
Browse files
message aléatoire
parent
878a2c97
Pipeline
#79811
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/autosql.cpp
View file @
7188b607
...
...
@@ -271,7 +271,7 @@ void Database::saveAutomaton(const Automate& a) const {
saveFunction
(
a
.
getTitle
().
c_str
(),
a
.
getFonction
());
saveVoisinage
(
a
.
getTitle
().
c_str
(),
a
.
getRegleVoisinage
());
stockerReseau
(
a
.
getReseauInit
(),
"Grille
10*10 -
Aleatoire"
,
a
.
getTitle
().
c_str
());
stockerReseau
(
a
.
getReseauInit
(),
"Grille Aleatoire"
,
a
.
getTitle
().
c_str
());
saveEnsemble
(
Automate
::
getInstance
());
}
...
...
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