Replace fcomplex and dcomplex (from Cursor.h) by std::complex
- When using
(const_)cursor, usestd::complex<float>andstd::complex<double>instead offcomplexanddcomplex. - Replace
fcomplexanddcomplexin BlobOStream as well.
Edited by Maik Nijhuis