diff options
Diffstat (limited to 'js/Misc/LOGICAL_OP.js')
-rw-r--r-- | js/Misc/LOGICAL_OP.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/LOGICAL_OP.js b/js/Misc/LOGICAL_OP.js index b2a55c23..98b17ddc 100644 --- a/js/Misc/LOGICAL_OP.js +++ b/js/Misc/LOGICAL_OP.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Misc/LOGICAL_OP.sci" */ function LOGICAL_OP() { -LOGICAL_OP.prototype.define = function LOGICAL_OP() { + LOGICAL_OP.prototype.define = function LOGICAL_OP() { in1=[[-1],[-1]]; ipar=[0]; nin=2; @@ -14,12 +14,12 @@ model.dep_ut=[true,false]; exprs=[[string(nin)],[string(ipar)]]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -LOGICAL_OP.prototype.details = function LOGICAL_OP() { -} -LOGICAL_OP.prototype.get = function LOGICAL_OP() { -} -LOGICAL_OP.prototype.set = function LOGICAL_OP() { + } + LOGICAL_OP.prototype.details = function LOGICAL_OP() { + } + LOGICAL_OP.prototype.get = function LOGICAL_OP() { + } + LOGICAL_OP.prototype.set = function LOGICAL_OP() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -108,5 +108,5 @@ break; } } } -} + } } |