Noel O'Boyle wrote:
> I propose a change to StripSalts. Currently it's:
> 
> bool StripSalts       (       int      threshold       )      
>    Delete all fragments below a certain threshold size.
> 
> to
> 
> bool StripSalts       (       int      threshold = 0   )      
>    If threshold is not specified or is zero, delete all fragments
> except for the largest. Otherwise delete all fragments below the
> specified threshold size.
> 
> This would make the default behaviour do what most people would
> expect. Specifying the threshold is really only useful for
> fine-grained control and makes it awkward to use in the general case.

Looks sensible.

I think this was the behaviour before the parameter was added.

Chris

------------------------------------------------------------------------------
_______________________________________________
OpenBabel-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to