diff options
Diffstat (limited to 'js/Misc/MBLOCK.js')
-rw-r--r-- | js/Misc/MBLOCK.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/MBLOCK.js b/js/Misc/MBLOCK.js index d7396e0f..2d5fe3d2 100644 --- a/js/Misc/MBLOCK.js +++ b/js/Misc/MBLOCK.js @@ -55,7 +55,7 @@ function MBLOCK() { this.Tparam = arguments[0]["Tparam"] this.pprop = inverse(arguments[0]["pprop"]) this.Tfunam = arguments[0]["Tfunam"] - this.lab_1 = inverse(arguments[0]["lab_1"]) + this.lab_1 = arguments[0]["lab_1"] this.x = arg1; this.model = arg1.model; graphics = arg1.graphics; |