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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
BAORadio
AnaPAON4
Commits
6b889c8d
Commit
6b889c8d
authored
Apr 13, 2015
by
Reza ANSARI
Browse files
removed debug print in visi2ntac.cc, Reza 13/04/2015
parent
74c12eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
rdvisip4.cc
rdvisip4.cc
+0
-1
No files found.
rdvisip4.cc
View file @
6b889c8d
...
...
@@ -225,7 +225,6 @@ Vector normalizeGain2(Matrix& gain)
char
buff
[
16
];
Vector
gnorm
(
gain
.
NRows
());
for
(
sa_size_t
r
=
0
;
r
<
gain
.
NRows
();
r
++
)
{
cout
<<
"normalizeGain2*DBG* r="
<<
r
<<
endl
;
double
gn
=
gain
.
Row
(
r
).
Sum
();
gain
.
Row
(
r
)
/=
gn
;
sprintf
(
buff
,
"GNORM%d"
,(
int
)
r
);
...
...
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