From 3f563b9e29d42266d6680229da5c29f847804834 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Thu, 21 Jun 2018 11:00:03 +0530 Subject: code cleanup --- js/Linear/SAMPLEHOLD_f.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Linear/SAMPLEHOLD_f.js') diff --git a/js/Linear/SAMPLEHOLD_f.js b/js/Linear/SAMPLEHOLD_f.js index bfc5e184..96624e37 100644 --- a/js/Linear/SAMPLEHOLD_f.js +++ b/js/Linear/SAMPLEHOLD_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Linear/SAMPLEHOLD_f.sci" */ function SAMPLEHOLD_f() { -SAMPLEHOLD_f.prototype.define = function SAMPLEHOLD_f() { + SAMPLEHOLD_f.prototype.define = function SAMPLEHOLD_f() { in1=-1; model=scicos_model(); model.sim="samphold"; @@ -11,13 +11,13 @@ model.blocktype="d"; model.dep_ut=[true,false]; gr_i=[]; x=standard_define([2,2],model," ",gr_i); -} -SAMPLEHOLD_f.prototype.details = function SAMPLEHOLD_f() { -} -SAMPLEHOLD_f.prototype.get = function SAMPLEHOLD_f() { -} -SAMPLEHOLD_f.prototype.set = function SAMPLEHOLD_f() { + } + SAMPLEHOLD_f.prototype.details = function SAMPLEHOLD_f() { + } + SAMPLEHOLD_f.prototype.get = function SAMPLEHOLD_f() { + } + SAMPLEHOLD_f.prototype.set = function SAMPLEHOLD_f() { x=arg1; x.model.firing=[]; -} + } } -- cgit