We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad3a6b commit 14fea06Copy full SHA for 14fea06
1 file changed
src/diffpy/srfit/structure/sgconstraints.py
@@ -718,7 +718,7 @@ def _constrain_trigonal(lattice):
718
return
719
720
721
-def _constrainHexagonal(lattice):
+def _constrain_hexagonal(lattice):
722
"""Make constraints for Hexagonal systems.
723
724
b is constrained to a, alpha and beta are constrained to 90 and
@@ -762,7 +762,7 @@ def _constrainCubic(lattice):
762
"Orthorhombic": _constrain_orthorhombic,
763
"Tetragonal": _constrain_tetragonal,
764
"Trigonal": _constrain_trigonal,
765
- "Hexagonal": _constrainHexagonal,
+ "Hexagonal": _constrain_hexagonal,
766
"Cubic": _constrainCubic,
767
}
768
0 commit comments