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/DIFF_c.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Linear/DIFF_c.js') diff --git a/js/Linear/DIFF_c.js b/js/Linear/DIFF_c.js index 7f5905ab..e6eef6ff 100644 --- a/js/Linear/DIFF_c.js +++ b/js/Linear/DIFF_c.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Linear/DIFF_c.sci" */ function DIFF_c() { -DIFF_c.prototype.define = function DIFF_c() { + DIFF_c.prototype.define = function DIFF_c() { x0=[[0],[0]]; model=scicos_model(); model.sim=list("diffblk_c",10004); @@ -12,12 +12,12 @@ model.dep_ut=[false,true]; exprs=[[strcat(sci2exp(x0[1-1]))],[strcat(sci2exp(x0[2-1]))]]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -DIFF_c.prototype.details = function DIFF_c() { -} -DIFF_c.prototype.get = function DIFF_c() { -} -DIFF_c.prototype.set = function DIFF_c() { + } + DIFF_c.prototype.details = function DIFF_c() { + } + DIFF_c.prototype.get = function DIFF_c() { + } + DIFF_c.prototype.set = function DIFF_c() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -51,5 +51,5 @@ break; } } x.model.firing=[]; -} + } } -- cgit