We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a3791 commit e95d4f8Copy full SHA for e95d4f8
sectionproperties/analysis/section.py
@@ -457,7 +457,7 @@ def solve_warping():
457
self.section_props.j = (
458
self.section_props.ixx_c
459
+ self.section_props.iyy_c
460
- - omega.dot(k_lg[:-1,:-1].dot(np.transpose(omega)))
+ - omega.dot(k_lg[:-1, :-1].dot(np.transpose(omega)))
461
)
462
463
# assemble shear function load vectors
@@ -947,7 +947,7 @@ def calculate_frame_properties(self, solver_type="direct"):
947
948
949
950
951
952
953
return (
0 commit comments