Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
normalizer-prototypes
Commits
e490979e
Commit
e490979e
authored
Nov 29, 2017
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
add prototype for start and end system
parent
646b5292
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/normalizers/PrototypeNormalizer.scala
View file @
e490979e
...
...
@@ -109,8 +109,8 @@ object PrototypesNormalizer extends ExternalNormalizerGenerator(
val
nSys
=
sysTable
.
lengthL
if
(
nSys
>
0
)
//
outputSysSection(sysTable(0))
//
if (nSys > 1)
outputSysSection
(
sysTable
(
0
))
if
(
nSys
>
1
)
outputSysSection
(
sysTable
(
nSys
-
1
))
writeOut
(
"]"
)
...
...
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