Skip to content

Commit

Permalink
Update scadnano.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Oct 15, 2024
1 parent efce159 commit 0c435bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -9001,7 +9001,7 @@ def _oxdna_get_helix_vectors(design: Design, helix: Helix) -> Tuple[_OxdnaVector
"""
group = design.groups[helix.group]
grid = group.grid
geometry = design.geometry
geometry = design.geometry if group.geometry is None else group.geometry

# principal axes for computing rotation
# see https://en.wikipedia.org/wiki/Aircraft_principal_axes
Expand Down

0 comments on commit 0c435bf

Please sign in to comment.