From 8e3a3fc9291d881052d2cec611f8a8fce7221e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Thu, 26 Oct 2017 21:44:26 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@550 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/math/pievaluator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_main/math/pievaluator.cpp b/src_main/math/pievaluator.cpp index 9db4768d..0b7ef16f 100755 --- a/src_main/math/pievaluator.cpp +++ b/src_main/math/pievaluator.cpp @@ -1170,10 +1170,10 @@ inline void PIEvaluator::execFunction(const PIEvaluatorTypes::Instruction & ci) break; case PIEvaluatorTypes::bfRandomn: tmpvars[oi].value = randomn(value(ci.operators[0]).real(), value(ci.operators[1]).real()); - break; + break; case PIEvaluatorTypes::bfRound: tmpvars[oi].value = piRoundd(value(ci.operators[0]).real()); - break; + break; default: break; } }