• Michael Sherman's avatar
    (1) Fixed more VC++ warnings; this is almost clean now. · f6352d88
    Michael Sherman authored
    (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.
    f6352d88
CudaKernels.cpp 22.9 KB