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