Skip to content

Commit

Permalink
do not export explicit public names
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed May 2, 2024
1 parent f0987e1 commit 743cfe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/CellListMap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export OrthorhombicCell
export NonPeriodicCell
export unitcelltype
export nbatches
@compat public copy_output, reset_output!, reducer

# Testing file
const argon_pdb_file = joinpath("$(@__DIR__ )/../test/gromacs/argon/cubic.pdb")
Expand Down
5 changes: 1 addition & 4 deletions src/ParticleSystem.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
export ParticleSystem
export update_cutoff!
export update_unitcell!

export copy_output
export resize_output!
export reset_output!, reset_output
export reducer!, reducer
@compat public copy_output, reset_output!, reset_output, reducer, reducer!

# Types of variables that have support for multi-threading without having
# to explicit add methods to copy_output, reset_output!, and reducer functions.
Expand Down

0 comments on commit 743cfe9

Please sign in to comment.