From f3f0a1950215b7ba5131a5ff4b850b833699b2e1 Mon Sep 17 00:00:00 2001 From: Adhitya Kamakshidasan Date: Tue, 12 Jul 2016 00:37:14 +0530 Subject: A bit of beauty --- data_structures_correct/CFSCOPE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct/CFSCOPE.js') diff --git a/data_structures_correct/CFSCOPE.js b/data_structures_correct/CFSCOPE.js index c2c7991..7be1e41 100644 --- a/data_structures_correct/CFSCOPE.js +++ b/data_structures_correct/CFSCOPE.js @@ -9,7 +9,7 @@ function CFSCOPE() { this.ymin = -15; this.ymax = 15; this.per = 30; - + var model = scicos_model(); model.sim = list(new ScilabString(["cfscope"]), new ScilabDouble([4])); model.evtin = new ScilabDouble([1]); -- cgit