diff options
Diffstat (limited to 'js/Sinks/CSCOPE.js')
-rw-r--r-- | js/Sinks/CSCOPE.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js index bcd9682f..2ffc3747 100644 --- a/js/Sinks/CSCOPE.js +++ b/js/Sinks/CSCOPE.js @@ -89,6 +89,7 @@ function CSCOPE() { } if (!ok) { message([["Some specified values are inconsistent:"],[" "],[mess]]); + throw "user error"; } if (ok) { var tmpvar0 = set_io(this.model,this.graphics,list([-1,1],1),list(),ones(1-this.heritance,1),[]); |