Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Feb 6, 2024
1 parent 5526dd3 commit 2b0e6e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Smesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ function build_polygon_mesh(data_points, triangulation_vertices; mesh_type=:stan
return voronoi_vertices_coordinates, voronoi_vertices, voronoi_vertices_interval
end

"""
"""
function voronoi_compute_neighbors(vertices, voronoi_vertices, voronoi_vertices_interval, delaunay_neighbors)

n_vertices_voronoi = length(voronoi_vertices)
n_elements_voronoi = size(voronoi_vertices_interval, 2)
n_element_delaunay = size(delaunay_neighbors, 2)
Expand Down

0 comments on commit 2b0e6e7

Please sign in to comment.