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/Hydraulics/Bache.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Hydraulics/Bache.js') diff --git a/js/Hydraulics/Bache.js b/js/Hydraulics/Bache.js index 012be294..46b88005 100644 --- a/js/Hydraulics/Bache.js +++ b/js/Hydraulics/Bache.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Hydraulics/Bache.sci" */ function Bache() { -Bache.prototype.define = function Bache() { + Bache.prototype.define = function Bache() { in1=2; out=3; model=scicos_model(); @@ -32,12 +32,12 @@ gr_i=[]; x=standard_define([2,2],model,exprs,list(gr_i,0)); x.graphics.in_implicit=[["I"],["I"]]; x.graphics.out_implicit=[["I"],["I"],["E"]]; -} -Bache.prototype.details = function Bache() { -} -Bache.prototype.get = function Bache() { -} -Bache.prototype.set = function Bache() { + } + Bache.prototype.details = function Bache() { + } + Bache.prototype.get = function Bache() { + } + Bache.prototype.set = function Bache() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -54,5 +54,5 @@ x.graphics=graphics; x.model=model; break; } -} + } } -- cgit