Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
b3150efc
Commit
b3150efc
authored
May 01, 2019
by
Maxime Perrotin
Browse files
Fix template in case there are no connections
parent
1638f507
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/aadl_2_threads/partition.tmplt
View file @
b3150efc
...
...
@@ -28,8 +28,10 @@ subcomponents
@@TABLE@@
@_Thread_Names_@ : thread @_Thread_Names_@_Thread::@_Thread_Names_@.others;
@@END_TABLE@@
@@IF@@ @_Thread_Src_Name_'Length_@ > 0
connections
@@TABLE@@
port @_CAPITALIZE:Thread_Src_Name_@.OUTPORT_@_CAPITALIZE:Thread_Src_Port_@ -> @_CAPITALIZE:Thread_Dst_Name_@.INPORT_@_CAPITALIZE:Thread_Dst_Port_@;
@@END_TABLE@@
@@END_IF@@
end @_Name_@.final;
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