Skip to content

Commit

Permalink
Add missing Unitful in demo
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
mikeingold and JoshuaLampert authored Sep 9, 2024
1 parent 6cda795 commit d6bd58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Alias functions are provided for convenience. These are simply wrappers for `int
```julia
using Meshes
using MeshIntegrals
using Unitful

# Define a path that approximates a sine-wave on the xy-plane
mypath = BezierCurve(
Expand Down

0 comments on commit d6bd58f

Please sign in to comment.