Skip to content

Commit

Permalink
fix reference to md.d
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Mar 2, 2024
1 parent bf5698b commit afde299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mddf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end
# Defines is a molecule is a bulk molecule
#
inbulk(md::MinimumDistance, options::Options) =
options.usecutoff ? (md.within_cutoff && md.dmin_mol > options.dbulk) :
options.usecutoff ? (md.within_cutoff && md.d > options.dbulk) :
!md.within_cutoff

"""
Expand Down

0 comments on commit afde299

Please sign in to comment.