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-springer
Commits
5bb836ef
Commit
5bb836ef
authored
Jan 19, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
SpringerNormalizer: disabled unused spacgroup, which used old metainfo
parent
6e23aaec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/normalizers/SpringerNormalizer.scala
View file @
5bb836ef
...
...
@@ -109,7 +109,7 @@ object SpringerNormalizer extends ExternalNormalizerGenerator(
sysSection
.
maybeValue
(
"system_composition"
).
map
(
_
.
stringValue
)
match
{
case
None
=>
()
case
Some
(
formula
)
=>
val
spaceG
=
sysSection
.
maybeValue
(
"space_group_
3D_
number"
).
map
(
_
.
intValue
)
val
spaceG
=
None
// for (s <- sysSection.subSectionCollection("section_symmetry")
maybeValue("space_group_number").map(_.intValue)
...
systems
+=
SpringerSystemInfo
(
formula
,
spaceG
)
}
}
...
...
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