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/PDE/PDE.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/PDE') diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js index 365ce685..7dd04642 100644 --- a/js/PDE/PDE.js +++ b/js/PDE/PDE.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/PDE/PDE.sci" */ function PDE() { -PDE.prototype.define = function PDE() { + PDE.prototype.define = function PDE() { model=scicos_model(); model.state=zeros(10,1); model.sim=list("PDE",0); @@ -12,12 +12,12 @@ params_pde=tlist([["paramspde"],["a"],["b"],["txt_exp"],["check_op1"],["a1"],["b label=list(params_pde,[],""); gr_i=[]; x=standard_define([3,3],model,label,gr_i); -} -PDE.prototype.details = function PDE() { -} -PDE.prototype.get = function PDE() { -} -PDE.prototype.set = function PDE() { + } + PDE.prototype.details = function PDE() { + } + PDE.prototype.get = function PDE() { + } + PDE.prototype.set = function PDE() { x=arg1; graphics=arg1.graphics; label=graphics.exprs; @@ -128,5 +128,5 @@ x.graphics=graphics; x.model=model; break; } -} + } } -- cgit