Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jul 14, 2021
1 parent 59b84c0 commit 103c17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FundamentosDMC"
uuid = "7c3e4e1e-8f1e-4385-8ce4-0b12e1255643"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "1.0.2"
version = "1.0.3"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/velocities.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mb (generic function with 1 method)
julia> v = 0:0.1:5 # velocity range
julia> y = mb.(x,0.6) # the . applies to all elements of x
julia> y = mb.(v,0.6) # the . applies to all elements of x
julia> plot(v,y,label="Maxwell-Bolztmann",xlabel="v",ylabel="frequency")
```
Expand Down

0 comments on commit 103c17c

Please sign in to comment.