Skip to content

Commit

Permalink
Updated functions to use nothing rather than missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mattheus-Moerman committed Mar 8, 2024
1 parent 6187816 commit fd64862
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 106 deletions.
2 changes: 0 additions & 2 deletions examples/demo_mergevertices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ using Comodo
using GLMakie
using GeometryBasics
using FileIO
using Statistics


# Demonstration of the mergevertices function

Expand Down
4 changes: 0 additions & 4 deletions examples/demo_mesh_curvature_polynomial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ using Comodo
using GLMakie
using GeometryBasics
using FileIO
using LinearAlgebra
using Statistics
using Rotations

# Example geometry
testCase = 6
Expand Down Expand Up @@ -48,7 +45,6 @@ elseif testCase==6
# Obtain mesh faces and vertices
F = togeometrybasics_faces(faces(M))
V = togeometrybasics_points(coordinates(M))

end

M = GeometryBasics.Mesh(V,F)
Expand Down
4 changes: 1 addition & 3 deletions examples/demo_trisurfslice.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using Comodo
using GLMakie
using GeometryBasics
using FileIO
using Statistics
using Rotations
using LinearAlgebra
using FileIO
using SparseArrays

# Example geometry
testCase = 1
Expand Down
1 change: 0 additions & 1 deletion examples/demo_vertexnormal.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Comodo
using GLMakie
using Statistics
using GeometryBasics
using FileIO

Expand Down
Loading

0 comments on commit fd64862

Please sign in to comment.