mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* add posibility to create a force field that does not have any contributions. * move to FFConvenience.h and add C++ tests * deallocate memory * use range based for loop Co-authored-by: Greg Landrum <greg.landrum@gmail.com> * Making adjustments according to the review of @greglandrum * undo unintentional formatting * replace TEST_ASSERT with CHECK --------- Co-authored-by: Greg Landrum <greg.landrum@gmail.com>