summaryrefslogtreecommitdiff
path: root/js/NonLinear/LOOKUP2D.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/LOOKUP2D.js')
-rw-r--r--js/NonLinear/LOOKUP2D.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/NonLinear/LOOKUP2D.js b/js/NonLinear/LOOKUP2D.js
index 0a774ebf..06d5819a 100644
--- a/js/NonLinear/LOOKUP2D.js
+++ b/js/NonLinear/LOOKUP2D.js
@@ -28,7 +28,7 @@ function LOOKUP2D() {
var options = {
xx:["Row index input values",this.xx],
yy:["Column index input values",this.yy],
- zz:["Table data",this.zz],
+ zz:["Table data",this.zz.toString().replace(/,/g," ")],
Method:["Lookup method(1..5)",this.Method],
graf:["Launch graphic window(y/n)?",this.graf],
}