From b684ffe88f301ef829976e399864a4f8a60e4d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 4 Dec 2018 10:03:40 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@666 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/math/pimathcomplex.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src_main/math/pimathcomplex.h b/src_main/math/pimathcomplex.h index cd67bfc3..77e11a43 100644 --- a/src_main/math/pimathcomplex.h +++ b/src_main/math/pimathcomplex.h @@ -33,6 +33,7 @@ using std::complex; typedef complex complexi; +typedef complex complexs; typedef complex complexf; typedef complex complexld; #ifndef QPIEVALUATOR_COMPLEX @@ -47,14 +48,17 @@ const complexld complexld_0(0.); const complexld complexld_1(1.); __PICONTAINERS_SIMPLE_TYPE__(complexi) +__PICONTAINERS_SIMPLE_TYPE__(complexs) __PICONTAINERS_SIMPLE_TYPE__(complexf) __PICONTAINERS_SIMPLE_TYPE__(complexd) __PICONTAINERS_SIMPLE_TYPE__(complexld) __PIVECTOR2D_SIMPLE_TYPE__(complexi) +__PIVECTOR2D_SIMPLE_TYPE__(complexs) __PIVECTOR2D_SIMPLE_TYPE__(complexf) __PIVECTOR2D_SIMPLE_TYPE__(complexd) __PIVECTOR2D_SIMPLE_TYPE__(complexld) __PIBYTEARRAY_SIMPLE_TYPE__(complexi) +__PIBYTEARRAY_SIMPLE_TYPE__(complexs) __PIBYTEARRAY_SIMPLE_TYPE__(complexf) __PIBYTEARRAY_SIMPLE_TYPE__(complexd) __PIBYTEARRAY_SIMPLE_TYPE__(complexld)