qmcpack/external_codes/catch
Ye Luo 325d5948be Change macro. 2019-10-28 13:56:28 -05:00
..
Readme Update Readme for Catch 2018-11-16 16:00:49 -06:00
catch.hpp Rename PolarApprox to LogComplexApprox. 2019-10-28 13:54:22 -05:00
complex_approx.hpp Rename PolarApprox to LogComplexApprox. 2019-10-28 13:54:22 -05:00
log_complex_approx.hpp Change macro. 2019-10-28 13:56:28 -05:00

Readme

C++ Unit test framework

https://github.com/catchorg/Catch2

The single include file is downloaded from here:
https://github.com/catchorg/Catch2/releases/download/v2.4.2/catch.hpp

The default value of m_scale in Approx was changed from 0.0 to 1.0 to match the
original Catch behavior, and to avoid adding .scale(1.0) all over the code.