From ca1a67f78f7de40a7956c69e41f4ddae2542f4f2 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 22:51:03 +0530 Subject: add options block --- js/Events/END_c.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/Events/END_c.js') diff --git a/js/Events/END_c.js b/js/Events/END_c.js index 1dbf3c9c..0d48613d 100644 --- a/js/Events/END_c.js +++ b/js/Events/END_c.js @@ -18,6 +18,10 @@ function END_c() { return this.x; } END_c.prototype.get = function END_c() { + var options = { + tf:["Final simulation time",this.tf], + } + return options; } END_c.prototype.set = function END_c() { this.tf = parseFloat((arguments[0]["tf"])) -- cgit