fracpete / jcamp-dx

Reference implemention of the IUPAC JCAMP-DX spectroscopy data standard. Fork of https://sourceforge.net/projects/jcamp-dx/
Other
7 stars 7 forks source link

Remove vecmath dependency #8

Closed laeubi closed 5 years ago

laeubi commented 5 years ago

Currently the code has a dependency to vecmath. in fact it does only need a class that defines a Point2D and adds some convenience methods to use vecmath classes instead of plain doubles. To lower the dependecy count and make it mor felxible I would suggest the following changes:

laeubi commented 5 years ago

I'' provide a PR for this.

fracpete commented 5 years ago

Release 0.9.6 is out.

laeubi commented 5 years ago

Great, thanks :+1: