We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fea06 commit 606728dCopy full SHA for 606728d
1 file changed
src/diffpy/srfit/structure/sgconstraints.py
@@ -736,7 +736,7 @@ def _constrain_hexagonal(lattice):
736
return
737
738
739
-def _constrainCubic(lattice):
+def _constrain_cubic(lattice):
740
"""Make constraints for Cubic systems.
741
742
b and c are constrained to a, alpha, beta and gamma are constrained
@@ -763,7 +763,7 @@ def _constrainCubic(lattice):
763
"Tetragonal": _constrain_tetragonal,
764
"Trigonal": _constrain_trigonal,
765
"Hexagonal": _constrain_hexagonal,
766
- "Cubic": _constrainCubic,
+ "Cubic": _constrain_cubic,
767
}
768
769
0 commit comments