HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
55 stars 26 forks source link

Material stiffness variable storage #616

Closed chrisbudrow closed 6 months ago

chrisbudrow commented 6 months ago

Typo in unitcell.py (Line 1107)(MakeStiffnessMatrix)

I believe: self.stifness = C

should be: self.stiffness = C

I don't think there should be two.

donald-e-boyce commented 6 months ago

Yup, I think you're right. I'll fix it.