Skip to content
Snippets Groups Projects
Commit fe4a508b authored by Marco Biasini's avatar Marco Biasini
Browse files

unbreak build when numpy support is enabled

parent e56badeb
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,12 @@ PyObject* get_pos1(EntityHandle& entity)
{
return get_pos2(entity,true);
}
bool less_index(const mol::AtomHandle& a1, const mol::AtomHandle& a2)
{
return a1.GetIndex()<a2.GetIndex();
}
#endif
} // ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment