Skip to content

Commit 2dbbff0

Browse files
Fix bug in frame_properties
1 parent 9f85a06 commit 2dbbff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sectionproperties/analysis/cross_section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def calculate_frame():
695695
self.section_props.phi = 0
696696
else:
697697
self.section_props.phi = np.arctan2(
698-
self.section_props.ixx_c - self.section_props.i11_c,
698+
self.section_props.ixx_c - i11_c,
699699
self.section_props.ixy_c
700700
) * 180 / np.pi
701701

0 commit comments

Comments
 (0)