Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
63b7ae59
Commit
63b7ae59
authored
Aug 13, 2020
by
Maxime Perrotin
Browse files
Add comment
parent
77140fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
63b7ae59
...
...
@@ -334,6 +334,7 @@ LD_LIBRARY_PATH=./lib:. opengeode-simulator
context_decl
=
[]
if
full_statelist
and
not
import_context
:
# don't generate state type in stop condition automaton
# (model checking) as it is defined in the observed process
context_decl
.
append
(
u
'type States is ({});'
.
format
(
u
', '
.
join
(
full_statelist
)
or
u
'No_State'
))
...
...
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