diff options
Diffstat (limited to 'js/Sinks/CMAT3D.js')
-rw-r--r-- | js/Sinks/CMAT3D.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sinks/CMAT3D.js b/js/Sinks/CMAT3D.js index 22352caa..c00b716d 100644 --- a/js/Sinks/CMAT3D.js +++ b/js/Sinks/CMAT3D.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sinks/CMAT3D.sci" */ function CMAT3D() { -CMAT3D.prototype.define = function CMAT3D() { + CMAT3D.prototype.define = function CMAT3D() { cmin=0; cmax=100; colormap=jetcolormap(25); @@ -22,12 +22,12 @@ model.dep_ut=[true,false]; exprs=[[strcat(string(x)," ")],[strcat(string(y)," ")],[string("jetcolormap(25)")],[string(cmin)],[string(cmax)]]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -CMAT3D.prototype.details = function CMAT3D() { -} -CMAT3D.prototype.get = function CMAT3D() { -} -CMAT3D.prototype.set = function CMAT3D() { + } + CMAT3D.prototype.details = function CMAT3D() { + } + CMAT3D.prototype.get = function CMAT3D() { + } + CMAT3D.prototype.set = function CMAT3D() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -62,5 +62,5 @@ x.model=model; break; } } -} + } } |