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