summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATCATH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATCATH.js')
-rw-r--r--js/MatrixOp/MATCATH.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js
index 093ec5c4..945141bf 100644
--- a/js/MatrixOp/MATCATH.js
+++ b/js/MatrixOp/MATCATH.js
@@ -29,6 +29,10 @@ function MATCATH() {
return this.x;
}
MATCATH.prototype.get = function MATCATH() {
+ var options = {
+ nin:["Number of input",this.nin],
+ }
+ return options;
}
MATCATH.prototype.set = function MATCATH() {
this.nin = parseFloat((arguments[0]["nin"]))