From a7ed6ac6f21f35a06690653a4a4f252d5f4c2d9d Mon Sep 17 00:00:00 2001 From: Lionel Zoubritzky Date: Fri, 26 Jan 2024 12:38:24 +0100 Subject: [PATCH] minor remove obsolete comment --- src/input.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input.jl b/src/input.jl index 6508a83..aec728f 100644 --- a/src/input.jl +++ b/src/input.jl @@ -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