diff options
Diffstat (limited to 'js/NonLinear/SINBLK_f.js')
-rw-r--r-- | js/NonLinear/SINBLK_f.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/NonLinear/SINBLK_f.js b/js/NonLinear/SINBLK_f.js index 5a5d5548..2312dc22 100644 --- a/js/NonLinear/SINBLK_f.js +++ b/js/NonLinear/SINBLK_f.js @@ -16,9 +16,7 @@ function SINBLK_f() { return this.x; } SINBLK_f.prototype.get = function SINBLK_f() { - var options = { - } - return options; + alert("parameters cannot be modified"); } SINBLK_f.prototype.set = function SINBLK_f() { return new BasicBlock(this.x); |