Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Oct 27, 2024
1 parent 9900c71 commit a04de13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ rules = (
(name = "HAdaptiveCubature", rule = HAdaptiveCubature(), N = 500)
)
geometries = (
(name = "Meshes.BezierCurve", item =
BezierCurve([Point(t, sin(t), 0.0) for t in -pi:1e-2:pi])),
(name = "Meshes.BezierCurve",
item = BezierCurve([Point(t, sin(t), 0.0) for t in -pi:1e-2:pi])),
(name = "Meshes.Segment", item = Segment(Point(0, 0, 0), Point(1, 1, 1))),
(name = "Meshes.Sphere", item = Sphere(Point(0, 0, 0), 1.0))
)
Expand Down

0 comments on commit a04de13

Please sign in to comment.