Fix minor bug

This commit is contained in:
Atsushi Togo 2014-01-06 14:46:23 +09:00
parent cbc7f60cbc
commit 08a921f018
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Gruneisen:
self._mesh,
np.linalg.inv(self._pcell.get_cell()),
q_mesh_shift=shift,
is_gamma_center)
is_gamma_center=is_gamma_center)
def set_band_structure(self, paths):
self._run_mode = 'band'