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
878a2c97
Commit
878a2c97
authored
Jun 12, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
f84f7f0c
Pipeline
#79810
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
878a2c97
...
@@ -429,6 +429,10 @@ void NouveauModele::validerParametrage(){
...
@@ -429,6 +429,10 @@ void NouveauModele::validerParametrage(){
Automate
::
getInstance
().
setDesc
(
description
->
text
().
toStdString
());
Automate
::
getInstance
().
setDesc
(
description
->
text
().
toStdString
());
Automate
::
getInstance
().
setYear
(
annee
->
text
().
toInt
());
Automate
::
getInstance
().
setYear
(
annee
->
text
().
toInt
());
Reseau
*
reseauInit
=
new
Reseau
(
9
,
10
);
reseauInit
=
&
reseauInit
->
setAleatoire
();
Automate
::
getInstance
().
setReseauInit
(
*
reseauInit
);
Automate
::
getInstance
().
getFonction
().
setEtatDefaut
(
Automate
::
getInstance
().
getEnsemble
().
getEtat
(
etat_default
->
value
()));
Automate
::
getInstance
().
getFonction
().
setEtatDefaut
(
Automate
::
getInstance
().
getEnsemble
().
getEtat
(
etat_default
->
value
()));
if
(
liste_voisinage
->
currentIndex
()
==-
1
);
if
(
liste_voisinage
->
currentIndex
()
==-
1
);
...
...
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