diff options
Diffstat (limited to 'js/MatrixOp/MATDIV.js')
-rw-r--r-- | js/MatrixOp/MATDIV.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js index d5d8d2f7..7148a63d 100644 --- a/js/MatrixOp/MATDIV.js +++ b/js/MatrixOp/MATDIV.js @@ -55,6 +55,7 @@ function MATDIV() { var it = [2,2]; } else { message("Datatype is not supported"); + throw "user error"; var ok = false; } var in1 = [this.model.in,this.model.in2]; |