From a661bc37ee8217d617b6c8b66ab1fa701f01ec4b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 2 Jun 2015 10:48:46 +0200 Subject: [PATCH] Startup --- script/test11.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 script/test11.py diff --git a/script/test11.py b/script/test11.py deleted file mode 100644 index fe78780..0000000 --- a/script/test11.py +++ /dev/null @@ -1,11 +0,0 @@ -""" -Parameters -""" - -start = float(args[0]) -end = float(args[1]) -step = int(args[2]) - -a= lscan(inp, sin, start, end, step, 0.1) - -