Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
00420b67
Commit
00420b67
authored
Jun 17, 2019
by
Guillaume Chérel
Browse files
[Plugin] Fix step increment in IslandABC.
parent
10b8cbae
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/plugins/org.openmole.plugin.method.abc/src/main/scala/org/openmole/plugin/method/abc/package.scala
View file @
00420b67
...
...
@@ -113,7 +113,7 @@ package object abc {
val
masterState
=
Val
[
MonAPMC.MonState
](
"masterState"
,
abcNamespace
)
val
islandState
=
state
val
step
=
Val
[
Int
](
"
s
tep"
,
abcNamespace
)
val
step
=
Val
[
Int
](
"
masterS
tep"
,
abcNamespace
)
val
stop
=
Val
[
Boolean
]
val
n
=
sample
+
generated
...
...
@@ -127,7 +127,8 @@ package object abc {
val
master
=
MoleTask
(
appendSplit
--
terminationTask
)
set
(
exploredOutputs
+=
islandState
.
array
exploredOutputs
+=
islandState
.
array
,
step
:=
0
)
val
slave
=
...
...
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