From 5c011853630a1b466ef4789d5b600dd530d0a3ec Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 6 Jul 2018 12:20:13 +0530 Subject: use different syntax for matrix options --- js/Linear/DIFF_c.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Linear/DIFF_c.js') diff --git a/js/Linear/DIFF_c.js b/js/Linear/DIFF_c.js index dd3f6722..11b4281f 100644 --- a/js/Linear/DIFF_c.js +++ b/js/Linear/DIFF_c.js @@ -19,7 +19,7 @@ function DIFF_c() { } DIFF_c.prototype.get = function DIFF_c() { var options = { - x0:["Initial state",this.x0], + x0:["Initial state",this.x0.toString().replace(/,/g," ")], xd0:["Initial Derivative",this.xd0], } return options; -- cgit