Skip to content

Commit

Permalink
update basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Aug 5, 2024
1 parent 9d8ae9e commit 290ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_4p_3l.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using KiteViewers, KiteUtils
viewer=Viewer3D(true);
segments=6
state=demo_state_4p(segments+1)
state=demo_state_4p_3lines(segments+1)
update_system(viewer, state, kite_scale=0.25)
nothing

0 comments on commit 290ff1e

Please sign in to comment.