summaryrefslogtreecommitdiff
path: root/data_structures_correct/EVTDLY_c.js
diff options
context:
space:
mode:
Diffstat (limited to 'data_structures_correct/EVTDLY_c.js')
-rw-r--r--data_structures_correct/EVTDLY_c.js4
1 files changed, 2 insertions, 2 deletions
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();