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/NonLinear/INTRP2BLK_f.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/NonLinear/INTRP2BLK_f.js') diff --git a/js/NonLinear/INTRP2BLK_f.js b/js/NonLinear/INTRP2BLK_f.js index 768f9119..08429dd4 100644 --- a/js/NonLinear/INTRP2BLK_f.js +++ b/js/NonLinear/INTRP2BLK_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/NonLinear/INTRP2BLK_f.sci" */ function INTRP2BLK_f() { -INTRP2BLK_f.prototype.define = function INTRP2BLK_f() { + INTRP2BLK_f.prototype.define = function INTRP2BLK_f() { a=[[0],[1]]; b=[[0],[1]]; c=[[0,1],[1,2]]; @@ -15,12 +15,12 @@ model.dep_ut=[true,false]; exprs=[[strcat(sci2exp(a))],[strcat(sci2exp(b))],[strcat(sci2exp(c,0))]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -INTRP2BLK_f.prototype.details = function INTRP2BLK_f() { -} -INTRP2BLK_f.prototype.get = function INTRP2BLK_f() { -} -INTRP2BLK_f.prototype.set = function INTRP2BLK_f() { + } + INTRP2BLK_f.prototype.details = function INTRP2BLK_f() { + } + INTRP2BLK_f.prototype.get = function INTRP2BLK_f() { + } + INTRP2BLK_f.prototype.set = function INTRP2BLK_f() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -45,5 +45,5 @@ break; } } } -} + } } -- cgit