Skip to content

Commit

Permalink
Commenting mystery break
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDCarlson committed Oct 24, 2024
1 parent 5d27208 commit abeab88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dual_meshes_1D = [line, cycle, plus]

dual_meshes_2D = [(generate_dual_mesh loadmesh Icosphere).(1:2)...,
(generate_dual_mesh loadmesh)(Rectangle_30x10()),
(generate_dual_mesh).([triangulated_grid(10,10,8,8,Point3D), makeSphere(5, 175, 5, 0, 360, 5, 6371+90)[1]])...,
(loadmesh)(Torus_30x10())];
(generate_dual_mesh).([triangulated_grid(10,10,8,8,Point3D), makeSphere(5, 175, 5, 0, 360, 5, 6371+90)[1]])...,];
#(loadmesh)(Torus_30x10())];

tg′ = triangulated_grid(100,100,10,10,Point2D);
tg = EmbeddedDeltaDualComplex2D{Bool,Float64,Point2D}(tg′);
Expand Down

0 comments on commit abeab88

Please sign in to comment.