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
4050fef1
Commit
4050fef1
authored
Nov 06, 2017
by
Reza Ansari
Browse files
Correction bug (decalage colonnes) creation DataTable, Reza 6/11/2017
parent
6058af32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
visi2ntac.cc
visi2ntac.cc
+3
-3
No files found.
visi2ntac.cc
View file @
4050fef1
...
...
@@ -111,12 +111,12 @@ int main(int narg, const char* arg[])
dt
.
AddIntegerColumn
(
dtnames
[
0
]);
dt
.
AddIntegerColumn
(
dtnames
[
1
]);
dt
.
AddFloatColumn
(
dtnames
[
2
]);
for
(
int
kk
=
0
;
kk
<
8
;
kk
++
)
for
(
int
kk
=
0
;
kk
<
16
;
kk
++
)
dt
.
AddFloatColumn
(
dtnames
[
3
+
kk
]);
for
(
int
kk
=
0
;
kk
<
24
;
kk
++
)
dt
.
AddComplexColumn
(
dtnames
[
3
+
8
+
kk
]);
dt
.
AddComplexColumn
(
dtnames
[
3
+
16
+
kk
]);
for
(
int
kk
=
0
;
kk
<
8
;
kk
++
)
dt
.
AddComplexColumn
(
dtnames
[
3
+
8
+
24
+
kk
]);
dt
.
AddComplexColumn
(
dtnames
[
3
+
16
+
24
+
kk
]);
P4AVisiNumEncoder
p4venc
;
std
::
vector
<
sa_size_t
>
kac
=
p4venc
.
getAllAutoCor
();
...
...
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