Skip to content

Commit 14fea06

Browse files
committed
_constrain_hexagonal
1 parent 3ad3a6b commit 14fea06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/diffpy/srfit/structure/sgconstraints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def _constrain_trigonal(lattice):
718718
return
719719

720720

721-
def _constrainHexagonal(lattice):
721+
def _constrain_hexagonal(lattice):
722722
"""Make constraints for Hexagonal systems.
723723
724724
b is constrained to a, alpha and beta are constrained to 90 and
@@ -762,7 +762,7 @@ def _constrainCubic(lattice):
762762
"Orthorhombic": _constrain_orthorhombic,
763763
"Tetragonal": _constrain_tetragonal,
764764
"Trigonal": _constrain_trigonal,
765-
"Hexagonal": _constrainHexagonal,
765+
"Hexagonal": _constrain_hexagonal,
766766
"Cubic": _constrainCubic,
767767
}
768768

0 commit comments

Comments
 (0)