aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/MathExecutor.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/NXP/MathExecutor.php')
-rw-r--r--src/NXP/MathExecutor.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/NXP/MathExecutor.php b/src/NXP/MathExecutor.php
index 7eaa914..5cb4bca 100644
--- a/src/NXP/MathExecutor.php
+++ b/src/NXP/MathExecutor.php
@@ -91,10 +91,6 @@ class MathExecutor
*/
public function setVar($variable, $value)
{
- if (!is_numeric($value)) {
- throw new \Exception("Variable value must be a number");
- }
-
$this->variables[$variable] = $value;
return $this;