summaryrefslogtreecommitdiff
path: root/macros/parser.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/parser.sci')
-rw-r--r--macros/parser.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/parser.sci b/macros/parser.sci
index 9611161..c094249 100644
--- a/macros/parser.sci
+++ b/macros/parser.sci
@@ -11,8 +11,8 @@
// Email: toolbox@scilab.in
function [ dSided, minH, minD, minW, maxW ] = parser ( varargin )
+ // This is an helper function for findpeaks
// Default values
- // This is an helper function for findpeaks
// It parses the input arguments and returns the values of the options
dSided = %f ;
minH = %eps ;