Skip to content

Commit 606728d

Browse files
committed
_constrain_cubic
1 parent 14fea06 commit 606728d

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
@@ -736,7 +736,7 @@ def _constrain_hexagonal(lattice):
736736
return
737737

738738

739-
def _constrainCubic(lattice):
739+
def _constrain_cubic(lattice):
740740
"""Make constraints for Cubic systems.
741741
742742
b and c are constrained to a, alpha, beta and gamma are constrained
@@ -763,7 +763,7 @@ def _constrainCubic(lattice):
763763
"Tetragonal": _constrain_tetragonal,
764764
"Trigonal": _constrain_trigonal,
765765
"Hexagonal": _constrain_hexagonal,
766-
"Cubic": _constrainCubic,
766+
"Cubic": _constrain_cubic,
767767
}
768768

769769

0 commit comments

Comments
 (0)