Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix: compute diameter correctly: add scalars instead of subtracting
Fixes #35. This one was sneaky. The bug was introduced in 0681b24, which looks innocuous on the surface -- but there's a big difference between subtracting two *vectors* (what the original code did) and subtracting two *scalars* (which is what the code does now). What we actually want to do is *add* the two scalars.
- Loading branch information