(1) Fixed more VC++ warnings; this is almost clean now.
(2) Changed erfc.cpp to a header file which defines missing erf() and erfc() as static functions when using VC++ but otherwise does nothing. (3) Replaced all nonstandard uses of real() and imag() methods as lvalues; instead work directly with the complex values. (4) Fixed a bug in TestFindExclusions which was caught by VC++'s extensive STL debug mode self-examination. There are still problems in hilbert.c and not all CUDA tests pass.
Showing
Please register or sign in to comment