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
996c5643
Commit
996c5643
authored
Jul 30, 2016
by
Maxime Perrotin
Browse files
Proper CS handling when no transition
parent
577aa6da
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
996c5643
...
...
@@ -507,7 +507,7 @@ package {process_name} is'''.format(process_name=process_name,
else
:
taste_template
.
append
(
'null;'
)
else
:
taste_template
.
append
(
'
null
;'
)
taste_template
.
append
(
'
runTransition(CS_Only)
;'
)
taste_template
.
append
(
'case {}.state is'
.
format
(
LPREFIX
))
...
...
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