Skip to content

Commit aa0c8f7

Browse files
committed
Add missing comment. [ci skip]
1 parent 30d3b28 commit aa0c8f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/BioSimSpace/Align/_merge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,9 @@ def merge(
12671267
# Map the index to its position in the merged molecule.
12681268
idy_map = mol1_merged_mapping[idy]
12691269

1270+
# Get the connection type between the atoms.
12701271
conn_type = conn0.connection_type(idx_map, idy_map)
1272+
12711273
# The atoms aren't bonded.
12721274
if conn_type == 0:
12731275
clj_scale_factor = _SireMM.CLJScaleFactor(1, 1)

0 commit comments

Comments
 (0)