Re: [OpenBabel-Devel] Proposal to remove "Unset" functions for flags

2018-07-20 Thread Koes, David
Sounds reasonable to me. As long as we are breaking backwards compatibility in the next release might as well make the api more consistent. -Dave > On Jul 20, 2018, at 8:43 AM, Noel O'Boyle wrote: > > May I suggest that we replace Unset functions for flags (e.g. > UnsetAromaticPerceived()),

[OpenBabel-Devel] Proposal to remove "Unset" functions for flags

2018-07-20 Thread Noel O'Boyle
May I suggest that we replace Unset functions for flags (e.g. UnsetAromaticPerceived()), with a parameter to the Set functions (e.g. SetAromaticPerceived(false))? This is already the case for some of the Set functions. This would tidy the API a bit, and ensure that we actually have the ability to