SteveDoyle2 / pyNastran

A Python-based interface tool for Nastran's file formats
Other
385 stars 148 forks source link

CHEXA composite stress now correctly set by @setter in OP2 results. #726

Closed benvb-97 closed 1 year ago

benvb-97 commented 1 year ago

The CHEXA composite stresses were not set by its setter because the setter took no arguments. Additionally, the setter referred to the wrong variable to set (chexa_stress instead of chexa_composite_stress).

SteveDoyle2 commented 1 year ago

Good catch! Thank you!