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; } }