tschoonj / xraylib

A library for X-ray matter interaction cross sections for X-ray fluorescence applications
https://github.com/tschoonj/xraylib/wiki
Other
120 stars 54 forks source link

Drop xrlComplex in favor of complex from C99 #89

Closed tschoonj closed 5 years ago

tschoonj commented 5 years ago

It's 2018 after all...

tschoonj commented 5 years ago

After looking into this, I have concluded that this is not feasible without writing separate C++ xraylib bindings from scratch: the C99 complex datatypes would just cause too much trouble in C++.