Skip to content

Commit d8c8197

Browse files
committed
fix keyword
1 parent 19411b5 commit d8c8197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calphy/solid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def run_minimal_averaging(self):
299299
lmp.command(f'pair_style {self.calc._pair_style_with_options[0]}')
300300

301301
#set up structure
302-
lmp = ph.create_structure(lmp, self.calc, species=self.calc.n_elements+self.calc._ghost_element_count)
302+
lmp = ph.create_structure(lmp, self.calc)
303303

304304
if self.calc.potential_file is None:
305305
lmp.command(f'pair_coeff {self.calc.pair_coeff[0]}')

0 commit comments

Comments
 (0)