Minor fix

This commit is contained in:
Atsushi Togo 2014-01-09 15:23:30 +09:00
parent d304e77918
commit 38a0f114f8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def get_phonon(cell_filename,
else:
is_nac = True
phonon.set_post_process(primitive_axis, is_nac=is_nac)
phonon.set_post_process(primitive_axis)
if born_filename:
phonon.set_nac_params(parse_BORN(phonon.get_primitive(),
filename=born_filename))