Skip to content

Commit 5066d64

Browse files
chore(examples): remove commented material definitions from tutorial3.jl
1 parent d13c54c commit 5066d64

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

examples/tutorial3.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ set_backend!(:gl); #hide
3636

3737
# Initialize library and the required materials for this design:
3838
materials = MaterialsLibrary(add_defaults = true)
39-
# lead = Material(21.4e-8, 1.0, 0.999983, 20.0, 0.00400) # Lead or lead alloy
40-
# add!(materials, "lead", lead)
41-
# steel = Material(13.8e-8, 1.0, 300.0, 20.0, 0.00450) # Steel
42-
# add!(materials, "steel", steel)
43-
# pp = Material(1e15, 2.8, 1.0, 20.0, 0.0) # Laminated paper propylene
44-
# add!(materials, "pp", pp)
4539

4640
# Inspect the contents of the materials library:
4741
materials_df = DataFrame(materials)

0 commit comments

Comments
 (0)