File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sectionproperties/pre/library Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def super_t_girder_section(
2525 different material properties::
2626
2727 import sectionproperties.pre.library.bridge_sections as bridge_sections
28- import sectionproperties.pre.library.standard_sections as standard_sections
28+ import sectionproperties.pre.library.primitive_sections as primitive_sections
2929 from sectionproperties.pre.pre import Material
3030 from sectionproperties.analysis.section import Section
3131
@@ -49,7 +49,7 @@ def super_t_girder_section(
4949 )
5050
5151 super_t = bridge_sections.super_t_girder_section(girder_type=5, w=w, material=precast)
52- slab = standard_sections .rectangular_section(
52+ slab = primitive_sections .rectangular_section(
5353 d=Dslab, b=w, material=insitu
5454 ).shift_section(-w / 2, t_f)
5555
You can’t perform that action at this time.
0 commit comments