Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Aug 18, 2024
1 parent 1b8d3b9 commit 221de0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,11 @@ This is useful for model verification.
See: [Tether_08.jl](https://github.com/ufechner7/Tethers.jl/blob/main/src/Tether_08.jl)

Two versions of the model are implemented, with the signatures:
```
```julia
function model(se; p1=[0,0,0], p2=nothing, fix_p1=true, fix_p2=false)
```
and
```
```julia
function model(se, p1, p2, fix_p1, fix_p2, POS0, VEL0, ACC0)
```
The first version calls
Expand Down

0 comments on commit 221de0c

Please sign in to comment.