Skip to content

Commit

Permalink
minor remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou committed Jan 26, 2024
1 parent 70c1e8b commit a7ed6ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/input.jl
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,6 @@ function sanitize_removeatoms!(graph::PeriodicGraph3D, pos, types, mat, options)
p = pos[i]
lengths = [norm(mat * (pos[u.v] .+ u.ofs .- p)) for u in neighs]
if flag && any(>(2.6), lengths)
# This warning could be out of a @ifwarn because it reliably indicates
# cases where the input was not properly cleaned
@iferror @error lazy"Very suspicious connectivity found for $(options.name)."
flag = false
end
Expand Down

0 comments on commit a7ed6ac

Please sign in to comment.