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
ca3d4f36
Commit
ca3d4f36
authored
Sep 25, 2015
by
Reza ANSARI
Browse files
suite correction bugs decoadage arguments ds msvis2dt.cc , Reza 25/9/2015
parent
87c3a4be
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 @
ca3d4f36
...
...
@@ -77,7 +77,7 @@ int main(int narg, char* arg[])
bool
FgTFM
=
false
;
// true -> create time-frequency maps of cross-correlations
sa_size_t
TFMfbin
=
8
;
if
(
strcmp
(
arg
[
1
],
"-tfm"
)
==
0
)
{
if
(
narg
<
1
1
)
return
Usage
(
true
);
if
(
narg
<
1
0
)
return
Usage
(
true
);
FgTFM
=
true
;
TFMfbin
=
atoi
(
arg
[
2
]);
if
(
TFMfbin
<
1
)
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