Skip to content

Commit 49d4bfb

Browse files
fixed #259
1 parent 733bee3 commit 49d4bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GMXMMPBSA/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ def _get_decomp(self):
12221222
self.calc_types.decomp_mutant[key] = {'complex': DecompClass('Mutant-Complex')}
12231223
self.calc_types.decomp_mutant[key]['complex'].parse_from_file(
12241224
(f'{self.pre}mutant_' + basename[i] % 'complex'),
1225-
self.resl,
1225+
com_list,
12261226
INPUT,
12271227
surften,
12281228
self.mpi_size,

0 commit comments

Comments
 (0)