summaryrefslogtreecommitdiff
path: root/data_structures_correct
diff options
context:
space:
mode:
Diffstat (limited to 'data_structures_correct')
-rw-r--r--data_structures_correct/ANDLOG_f.js2
-rw-r--r--data_structures_correct/EVTDLY_c.js4
-rw-r--r--data_structures_correct/IFTHEL_f.js6
3 files changed, 6 insertions, 6 deletions
diff --git a/data_structures_correct/ANDLOG_f.js b/data_structures_correct/ANDLOG_f.js
index 674a653..0fe3b2f 100644
--- a/data_structures_correct/ANDLOG_f.js
+++ b/data_structures_correct/ANDLOG_f.js
@@ -1,6 +1,6 @@
function ANDLOG_f() {
- ANDLOG_f.prototype.internal = function() {
+ ANDLOG_f.prototype.internal = function ANDLOG_f() {
var model = scicos_model();
model.sim = new ScilabString(["andlog"]);
model.out = new ScilabDouble([1]);
diff --git a/data_structures_correct/EVTDLY_c.js b/data_structures_correct/EVTDLY_c.js
index 16e5101..46b336c 100644
--- a/data_structures_correct/EVTDLY_c.js
+++ b/data_structures_correct/EVTDLY_c.js
@@ -1,6 +1,6 @@
function EVTDLY_c() {
- EVTDLY_c.prototype.internal = function() {
+ EVTDLY_c.prototype.internal = function EVTDLY_c() {
var dt = 0.1;
var ff = 0.0;
var model = scicos_model();
@@ -21,7 +21,7 @@ function EVTDLY_c() {
}
- EVTDLY_c.prototype.define = function EVTDLY_C() {
+ EVTDLY_c.prototype.define = function EVTDLY_c() {
this.dt = 0.1;
this.ff = 0.0;
var model = scicos_model();
diff --git a/data_structures_correct/IFTHEL_f.js b/data_structures_correct/IFTHEL_f.js
index ff1a229..ebe8c6e 100644
--- a/data_structures_correct/IFTHEL_f.js
+++ b/data_structures_correct/IFTHEL_f.js
@@ -1,6 +1,6 @@
function IFTHEL_f() {
- IFTHEL_f.prototype.internal = function() {
+ IFTHEL_f.prototype.internal = function IFTHEL_f() {
var model = scicos_model();
model.sim = list(new ScilabString(["ifthel"]), new ScilabDouble([-1]));
model.in = new ScilabDouble([1]);
@@ -27,7 +27,7 @@ function IFTHEL_f() {
return block;
}
- IFTHEL_f.prototype.define = function IFTHEL_F() {
+ IFTHEL_f.prototype.define = function IFTHEL_f() {
var model = scicos_model();
model.sim = list(new ScilabString(["ifthel"]), new ScilabDouble([-1]));
model.in = new ScilabDouble([1]);
@@ -54,7 +54,7 @@ function IFTHEL_f() {
return new BasicBlock(this.x);
}
- IFTHEL_f.prototype.details = function IFTHEL_F() {
+ IFTHEL_f.prototype.details = function IFTHEL_f() {
return this.x;
}
}