Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Compare Revisions
86af788fc255f108567100737fda6bc427309a93...642ec2f9321b97fa0271edff74ba9f9c2b7b0dcf
Commits (2)
Add a newline at the end of the dataview
· 76571424
Maxime Perrotin
authored
Apr 02, 2021
This allows to cat several together...
76571424
Merge
https://github.com/esa/opengeode
into feature_buster
· 642ec2f9
Maxime Perrotin
authored
Apr 02, 2021
642ec2f9
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
642ec2f9
...
...
@@ -440,7 +440,7 @@ LD_LIBRARY_PATH=./lib:.:$LD_LIBRARY_PATH opengeode-simulator
f
'function To_
{
sortAda
}
(Src :
{
fromMod
}
) return
{
toMod
}
'
f
"is (
{
toMod
}
'Enum_Val (Src'Enum_Rep));"
)
asn1_template
.
append
(
'END'
)
asn1_template
.
append
(
'END
\n
'
)
# Write the ASN.1 file (not in case of Stop Condition)
if
not
stop_condition
:
...
...