git-svn-id: svn://db.shs.com.ru/libs@181 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-04-17 14:32:47 +00:00
parent 6702182e0f
commit 7b904ff427
2 changed files with 3 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
#include <cmath>
#include <complex>
#ifndef PIP_VERSION
#ifndef PIP_MATH_COMPLEX
typedef std::complex<double> complexd;
const complexd complexd_i(0., 1.);
const complexd complexd_0(0.);