Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Aug 18, 2024
1 parent b3422ee commit f3e4305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ Then we split the code into the functions:
function calc_initial_state(se) # determine the initial state
function model(se) # create the model
function simulate(se, simple_sys) # run the simulation
function plot2d(se, sol, pos, reltime, line, sc, txt, j) # plot the state for one point in time
function play(se, sol, pos) # play the simulation result, the solution
function main() # the main program, calling all the other functions
```
Expand Down

0 comments on commit f3e4305

Please sign in to comment.