Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
2dfb46c3
Commit
2dfb46c3
authored
Sep 25, 2015
by
Reza ANSARI
Browse files
petite correction (nb d'arguments) ds msvis2dt.cc , Reza 25/9/2015
parent
f0024f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msvis2dt.cc
msvis2dt.cc
+1
-1
No files found.
msvis2dt.cc
View file @
2dfb46c3
...
...
@@ -72,7 +72,7 @@ int Usage(bool fgea)
int
main
(
int
narg
,
char
*
arg
[])
{
if
((
narg
>
1
)
&&
(
strcmp
(
arg
[
1
],
"-h"
)
==
0
))
return
Usage
(
false
);
if
(
narg
<
9
)
return
Usage
(
true
);
if
(
narg
<
8
)
return
Usage
(
true
);
int
offa
=
0
;
bool
FgTFM
=
false
;
// true -> create time-frequency maps of cross-correlations
sa_size_t
TFMfbin
=
8
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment