[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-dev] Moving particle checks to python



The first patch moves the checks that particles have a requested attribute out of the C++ runtime pathway. They are kept in the C++ debug builds and are added to the function calls from python

Attachment: move_checks_to_python
Description: Binary data




The second adds an offset to Linear. It is not really necessary, but makes printouts of the energy must easier to understand. And shouldn't add significant overhead.

Attachment: linear_offset
Description: Binary data