Merge pull request #104 from pjcon/fix-output-yaml-fc-api

spelling error when outputting FC to phonopy.yaml
This commit is contained in:
Atsushi Togo 2019-11-16 12:12:48 +09:00 committed by GitHub
commit 537d9ce82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class PhonopyYaml(object):
lines += self._displacements_yaml_lines()
if self.settings['force_constants']:
lines += self.force_constants_yaml_lines()
lines += self._force_constants_yaml_lines()
return lines