summaryrefslogtreecommitdiff
path: root/js/NonLinear/SIGNUM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/SIGNUM.js')
-rw-r--r--js/NonLinear/SIGNUM.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/NonLinear/SIGNUM.js b/js/NonLinear/SIGNUM.js
index c1fe4761..fdf0ba07 100644
--- a/js/NonLinear/SIGNUM.js
+++ b/js/NonLinear/SIGNUM.js
@@ -1,6 +1,6 @@
/* autogenerated from "macros/NonLinear/SIGNUM.sci" */
function SIGNUM() {
-SIGNUM.prototype.define = function SIGNUM() {
+ SIGNUM.prototype.define = function SIGNUM() {
nu=-1;
model=scicos_model();
model.sim=list("signum",4);
@@ -13,12 +13,12 @@ model.dep_ut=[true,false];
exprs=[string([1])];
gr_i=[];
x=standard_define([2,2],model,exprs,gr_i);
-}
-SIGNUM.prototype.details = function SIGNUM() {
-}
-SIGNUM.prototype.get = function SIGNUM() {
-}
-SIGNUM.prototype.set = function SIGNUM() {
+ }
+ SIGNUM.prototype.details = function SIGNUM() {
+ }
+ SIGNUM.prototype.get = function SIGNUM() {
+ }
+ SIGNUM.prototype.set = function SIGNUM() {
x=arg1;
graphics=arg1.graphics;
exprs=graphics.exprs;
@@ -42,5 +42,5 @@ x.model=model;
break;
}
}
-}
+ }
}