diff options
Diffstat (limited to 'js/Linear/DLSS.js')
-rw-r--r-- | js/Linear/DLSS.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Linear/DLSS.js b/js/Linear/DLSS.js index c63a7a49..b48aafee 100644 --- a/js/Linear/DLSS.js +++ b/js/Linear/DLSS.js @@ -71,6 +71,7 @@ function DLSS() { } if (ms!=ns||!okD) { message("Matrix A is not square or D has wrong dimension"); + throw "user error"; } else { var tmpvar1 = check_io(this.model,this.graphics,in1,out,1,[]); this.model = tmpvar1[0]; |