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/Sources/GENSIN_f.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Sources/GENSIN_f.js') diff --git a/js/Sources/GENSIN_f.js b/js/Sources/GENSIN_f.js index 263fc9ee..b34da787 100644 --- a/js/Sources/GENSIN_f.js +++ b/js/Sources/GENSIN_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/GENSIN_f.sci" */ function GENSIN_f() { -GENSIN_f.prototype.define = function GENSIN_f() { + GENSIN_f.prototype.define = function GENSIN_f() { rpar=[[1],[1],[0]]; model=scicos_model(); model.sim="gensin"; @@ -14,12 +14,12 @@ model.dep_ut=[false,true]; exprs=[[string(rpar(1))],[string(rpar(2))],[string(rpar(3))]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -GENSIN_f.prototype.details = function GENSIN_f() { -} -GENSIN_f.prototype.get = function GENSIN_f() { -} -GENSIN_f.prototype.set = function GENSIN_f() { + } + GENSIN_f.prototype.details = function GENSIN_f() { + } + GENSIN_f.prototype.get = function GENSIN_f() { + } + GENSIN_f.prototype.set = function GENSIN_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -44,5 +44,5 @@ x.model=model; break; } } -} + } } -- cgit