Skip to content

Commit

Permalink
cleanup space trust dome
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Jan 2, 2025
1 parent ea2beed commit 3d27453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/truss/linear_statics/space_truss_dome_examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function solve(visualize=false)
q = zeros(3)
q[3] = -P
fi = ForceIntensity(q)
@show F = distribloads(lfemm, geom0, dchi, fi, 3)
F = distribloads(lfemm, geom0, dchi, fi, 3)

# Solve the static problem
fr = freedofs(dchi)
Expand Down

0 comments on commit 3d27453

Please sign in to comment.