Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-phonopy
Commits
b8621961
Commit
b8621961
authored
Jan 30, 2017
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fix calc to calc kinnd in ref (not repeating)
parent
4e1991c1
Pipeline
#9822
passed with stage
in 7 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-phonopy/PhononModulesNomad.py
View file @
b8621961
...
...
@@ -390,8 +390,8 @@ class Get_Properties():
def
prep_ref
(
self
,
ref_list
,
Emit
):
sCalc
=
Emit
.
openSection
(
"section_calculation_to_calculation_refs"
)
Emit
.
addValue
(
"calculation_to_calculation_kind"
,
"source_calculation"
)
for
ref
in
ref_list
:
Emit
.
addValue
(
"calculation_to_calculation_kind"
,
"source_calculation"
)
Emit
.
addValue
(
"calculation_to_calculation_external_url"
,
ref
)
Emit
.
closeSection
(
"section_calculation_to_calculation_refs"
,
sCalc
)
...
...
Write
Preview
Supports
Markdown
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