Commit 79089bbb by Maarten L. Hekkelman

removed incorrect assert

parent 1f08498d
...@@ -1818,8 +1818,6 @@ void Structure::removeAtom(Atom &a) ...@@ -1818,8 +1818,6 @@ void Structure::removeAtom(Atom &a)
else else
R = i - 1; R = i - 1;
} }
assert(L <= R);
} }
void Structure::swapAtoms(Atom a1, Atom a2) void Structure::swapAtoms(Atom a1, Atom a2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment