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