Skip to content

Commit

Permalink
Merge pull request #85 from dnuy/remove-non-existing-export
Browse files Browse the repository at this point in the history
Remove spurious `export` and `@publish` of non-existing `fill_cpp_data_raw`
  • Loading branch information
ericneiva authored May 20, 2024
2 parents ee6add0 + 6ed94bf commit 8a036ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/AlgoimUtils/AlgoimUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export Quadrature
export is_cell_active
export restrict_measure
export fill_cpp_data
export fill_cpp_data_raw
export compute_closest_point_projections
export compute_normal_displacement
export compute_normal_displacement!
Expand Down
1 change: 0 additions & 1 deletion src/Exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ end
@publish AlgoimUtils TriangulationAndMeasure
@publish AlgoimUtils normal
@publish AlgoimUtils fill_cpp_data
@publish AlgoimUtils fill_cpp_data_raw
@publish AlgoimUtils compute_closest_point_projections
@publish AlgoimUtils compute_normal_displacement
@publish AlgoimUtils compute_normal_displacement!
Expand Down

0 comments on commit 8a036ee

Please sign in to comment.