Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
normalizer-prototypes
Commits
8a086923
Commit
8a086923
authored
Aug 10, 2017
by
Daria M. Tomecka
Browse files
avoid bug when opening and closing context(classify just last geometry)
parent
5820101a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/normalizers/PrototypeNormalizer.scala
View file @
8a086923
...
...
@@ -94,8 +94,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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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