Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running `python setup.py build` used to produce the following error on Ubuntu 17.04: ``` ../src/ddm_fpt_lib.cpp:239:42: error: ‘isinf’ was not declared in this scope const bool infinvleak = isinf(invleak); ``` This change fixes it.
- Loading branch information