diff options
Diffstat (limited to 'js/Sources')
-rw-r--r-- | js/Sources/CLKINV_f.js | 1 | ||||
-rw-r--r-- | js/Sources/CLKIN_f.js | 1 | ||||
-rw-r--r-- | js/Sources/CONST.js | 1 | ||||
-rw-r--r-- | js/Sources/CONST_f.js | 1 | ||||
-rw-r--r-- | js/Sources/CONST_m.js | 1 | ||||
-rw-r--r-- | js/Sources/CURVE_c.js | 1 | ||||
-rw-r--r-- | js/Sources/Counter.js | 1 | ||||
-rw-r--r-- | js/Sources/FROMWS_c.js | 1 | ||||
-rw-r--r-- | js/Sources/GENSIN_f.js | 1 | ||||
-rw-r--r-- | js/Sources/GENSQR_f.js | 1 | ||||
-rw-r--r-- | js/Sources/GEN_SQR.js | 1 | ||||
-rw-r--r-- | js/Sources/INIMPL_f.js | 1 | ||||
-rw-r--r-- | js/Sources/Modulo_Count.js | 1 | ||||
-rw-r--r-- | js/Sources/PULSE_SC.js | 1 | ||||
-rw-r--r-- | js/Sources/RAMP.js | 1 | ||||
-rw-r--r-- | js/Sources/RAND_f.js | 1 | ||||
-rw-r--r-- | js/Sources/RAND_m.js | 1 | ||||
-rw-r--r-- | js/Sources/READAU_f.js | 1 | ||||
-rw-r--r-- | js/Sources/READC_f.js | 1 | ||||
-rw-r--r-- | js/Sources/RFILE_f.js | 1 | ||||
-rw-r--r-- | js/Sources/STEP.js | 1 | ||||
-rw-r--r-- | js/Sources/SampleCLK.js | 1 | ||||
-rw-r--r-- | js/Sources/TKSCALE.js | 1 |
23 files changed, 0 insertions, 23 deletions
diff --git a/js/Sources/CLKINV_f.js b/js/Sources/CLKINV_f.js index cc59a0c1..90e61431 100644 --- a/js/Sources/CLKINV_f.js +++ b/js/Sources/CLKINV_f.js @@ -26,7 +26,6 @@ function CLKINV_f() { while (true) { var ok = true; this.prt = parseFloat(arguments[0]["prt"]); - this.exprs = parseFloat(arguments[0]["exprs"]); this.prt = int(this.prt); if (!ok) { break; diff --git a/js/Sources/CLKIN_f.js b/js/Sources/CLKIN_f.js index bdec8727..9705db36 100644 --- a/js/Sources/CLKIN_f.js +++ b/js/Sources/CLKIN_f.js @@ -25,7 +25,6 @@ function CLKIN_f() { while (true) { var ok = true; this.prt = parseFloat(arguments[0]["prt"]); - this.exprs = parseFloat(arguments[0]["exprs"]); this.prt = int(this.prt); if (!ok) { break; diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index 6dfc718c..9676863b 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -25,7 +25,6 @@ function CONST() { while (true) { var ok = true; this.C = parseFloat(arguments[0]["C"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js index 0ab35b9b..ece232ed 100644 --- a/js/Sources/CONST_f.js +++ b/js/Sources/CONST_f.js @@ -25,7 +25,6 @@ function CONST_f() { while (true) { var ok = true; this.C = parseFloat(arguments[0]["C"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js index 3101caa5..f0dc3885 100644 --- a/js/Sources/CONST_m.js +++ b/js/Sources/CONST_m.js @@ -28,7 +28,6 @@ function CONST_m() { while (true) { var ok = true; this.C = inverse(arguments[0]["C"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/CURVE_c.js b/js/Sources/CURVE_c.js index c80502c7..77f72cc0 100644 --- a/js/Sources/CURVE_c.js +++ b/js/Sources/CURVE_c.js @@ -48,7 +48,6 @@ function CURVE_c() { this.yy = inverse(arguments[0]["yy"]); this.PeriodicOption = arguments[0]["PeriodicOption"]; this.graf = arguments[0]["graf"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/Counter.js b/js/Sources/Counter.js index 3c58ad05..2a589faf 100644 --- a/js/Sources/Counter.js +++ b/js/Sources/Counter.js @@ -36,7 +36,6 @@ function Counter() { this.minim = parseFloat(arguments[0]["minim"]); this.maxim = parseFloat(arguments[0]["maxim"]); this.rule = parseFloat(arguments[0]["rule"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/FROMWS_c.js b/js/Sources/FROMWS_c.js index 4adfef56..1b3b8b09 100644 --- a/js/Sources/FROMWS_c.js +++ b/js/Sources/FROMWS_c.js @@ -41,7 +41,6 @@ function FROMWS_c() { this.Method = parseFloat(arguments[0]["Method"]); this.ZC = parseFloat(arguments[0]["ZC"]); this.OutEnd = parseFloat(arguments[0]["OutEnd"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/GENSIN_f.js b/js/Sources/GENSIN_f.js index 6d3b1e7c..f266b54d 100644 --- a/js/Sources/GENSIN_f.js +++ b/js/Sources/GENSIN_f.js @@ -34,7 +34,6 @@ function GENSIN_f() { this.M = arguments[0]["M"]; this.F = arguments[0]["F"]; this.P = arguments[0]["P"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/GENSQR_f.js b/js/Sources/GENSQR_f.js index 874e820d..efd0abc4 100644 --- a/js/Sources/GENSQR_f.js +++ b/js/Sources/GENSQR_f.js @@ -33,7 +33,6 @@ function GENSQR_f() { while (true) { var ok = true; this.Amplitude = parseFloat(arguments[0]["Amplitude"]); - this.exprs = parseFloat(arguments[0]["exprs"]); if (!ok) { break; } diff --git a/js/Sources/GEN_SQR.js b/js/Sources/GEN_SQR.js index b15cc552..47674794 100644 --- a/js/Sources/GEN_SQR.js +++ b/js/Sources/GEN_SQR.js @@ -72,7 +72,6 @@ function GEN_SQR() { scicos_context.Amax = arguments[0]["scicos_context.Amax"]; scicos_context.rule = arguments[0]["scicos_context.rule"]; scicos_context.F = arguments[0]["scicos_context.F"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { return; } diff --git a/js/Sources/INIMPL_f.js b/js/Sources/INIMPL_f.js index 57bb6a3c..4fc56a38 100644 --- a/js/Sources/INIMPL_f.js +++ b/js/Sources/INIMPL_f.js @@ -33,7 +33,6 @@ function INIMPL_f() { while (true) { var ok = true; this.prt = parseFloat(arguments[0]["prt"]); - this.exprs = parseFloat(arguments[0]["exprs"]); if (!ok) { break; } diff --git a/js/Sources/Modulo_Count.js b/js/Sources/Modulo_Count.js index 3e7bc4db..4d9ac969 100644 --- a/js/Sources/Modulo_Count.js +++ b/js/Sources/Modulo_Count.js @@ -32,7 +32,6 @@ function Modulo_Count() { var ok = true; this.ini_c = parseFloat(arguments[0]["ini_c"]); this.base = parseFloat(arguments[0]["base"]); - this.exprs = arguments[0]["exprs"]; this.ini_c = int(this.ini_c); this.base = int(this.base); if (!ok) { diff --git a/js/Sources/PULSE_SC.js b/js/Sources/PULSE_SC.js index 27653b01..8a70dd1a 100644 --- a/js/Sources/PULSE_SC.js +++ b/js/Sources/PULSE_SC.js @@ -67,7 +67,6 @@ function PULSE_SC() { scicos_context.W = arguments[0]["scicos_context.W"]; scicos_context.F = arguments[0]["scicos_context.F"]; scicos_context.A = arguments[0]["scicos_context.A"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { return; } diff --git a/js/Sources/RAMP.js b/js/Sources/RAMP.js index a18024eb..00427626 100644 --- a/js/Sources/RAMP.js +++ b/js/Sources/RAMP.js @@ -37,7 +37,6 @@ function RAMP() { this.slope = parseFloat(arguments[0]["slope"]); this.stt = parseFloat(arguments[0]["stt"]); this.iout = parseFloat(arguments[0]["iout"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/RAND_f.js b/js/Sources/RAND_f.js index d38311f7..bdbfd09f 100644 --- a/js/Sources/RAND_f.js +++ b/js/Sources/RAND_f.js @@ -46,7 +46,6 @@ function RAND_f() { this.a = parseFloat(arguments[0]["a"]); this.b = parseFloat(arguments[0]["b"]); this.seed_c = arguments[0]["seed_c"]; - this.exprs = inverse(arguments[0]["exprs"]); if (!ok) { break; } diff --git a/js/Sources/RAND_m.js b/js/Sources/RAND_m.js index 0e1fdf00..50ec146c 100644 --- a/js/Sources/RAND_m.js +++ b/js/Sources/RAND_m.js @@ -54,7 +54,6 @@ function RAND_m() { this.a = parseFloat(arguments[0]["a"]); this.b = parseFloat(arguments[0]["b"]); this.seed_c = arguments[0]["seed_c"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js index 0fafedda..eaea76df 100644 --- a/js/Sources/READAU_f.js +++ b/js/Sources/READAU_f.js @@ -50,7 +50,6 @@ function READAU_f() { this.fname1 = parseFloat(arguments[0]["fname1"]); this.N = parseFloat(arguments[0]["N"]); this.swap = parseFloat(arguments[0]["swap"]); - this.exprs = arguments[0]["exprs"]; var tmask1 = []; var outmask = 1; var frmt1 = "uc"; diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js index 7077cef6..a73d42f7 100644 --- a/js/Sources/READC_f.js +++ b/js/Sources/READC_f.js @@ -66,7 +66,6 @@ function READC_f() { this.N = parseFloat(arguments[0]["N"]); this.offset = parseFloat(arguments[0]["offset"]); this.swap = parseFloat(arguments[0]["swap"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/RFILE_f.js b/js/Sources/RFILE_f.js index f2c02647..8c3ce1b7 100644 --- a/js/Sources/RFILE_f.js +++ b/js/Sources/RFILE_f.js @@ -59,7 +59,6 @@ function RFILE_f() { this.fname1 = parseFloat(arguments[0]["fname1"]); this.frmt1 = parseFloat(arguments[0]["frmt1"]); this.N = parseFloat(arguments[0]["N"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/STEP.js b/js/Sources/STEP.js index b743301e..d66f1c0c 100644 --- a/js/Sources/STEP.js +++ b/js/Sources/STEP.js @@ -36,7 +36,6 @@ function STEP() { this.temps = arguments[0]["temps"]; this.in1 = arguments[0]["in1"]; this.fi = arguments[0]["fi"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/SampleCLK.js b/js/Sources/SampleCLK.js index eb2a7a81..fe37b67a 100644 --- a/js/Sources/SampleCLK.js +++ b/js/Sources/SampleCLK.js @@ -28,7 +28,6 @@ function SampleCLK() { var ok = true; this.frequ = arguments[0]["frequ"]; this.offset = arguments[0]["offset"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } diff --git a/js/Sources/TKSCALE.js b/js/Sources/TKSCALE.js index d98b2531..257b69fd 100644 --- a/js/Sources/TKSCALE.js +++ b/js/Sources/TKSCALE.js @@ -33,7 +33,6 @@ function TKSCALE() { this.a = parseFloat(arguments[0]["a"]); this.b = parseFloat(arguments[0]["b"]); this.f = parseFloat(arguments[0]["f"]); - this.exprs = arguments[0]["exprs"]; if (ok) { this.graphics.exprs = new ScilabDouble([this.exprs]); this.model.rpar = new ScilabDouble([this.a],[this.b],[this.f]); |