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
0d2cb903
Commit
0d2cb903
authored
Jan 27, 2019
by
Reza ANSARI
Browse files
Amelioration de print pour lister les SKIP : fichiers de visibilites corrompus, Reza 27/01/2019
parent
b20ac15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
visip4reader.cc
visip4reader.cc
+5
-4
No files found.
visip4reader.cc
View file @
0d2cb903
...
...
@@ -441,13 +441,14 @@ void VisiP4ReaderDB::Init()
db_last_filenum_
=
vdb_
[
vdb_
.
size
()
-
1
].
filenum
;
cout
<<
"VisiP4ReaderDB::Init(): "
<<
vdb_
.
size
()
<<
" lines read from VisMtxDBWriter data description file"
<<
filenamebuff
<<
endl
;
/*
for
(
size_t
k
=
0
;
k
<
vdb_
.
size
();
k
++
)
{
if
(
k
!=
vdb_
[
k
].
filenum
)
cout
<<
" Init*DBG*ERROR/BUG k!= vdb_[k].filenum"
<<
endl
;
cout << "Init*DBG["<<k<<"] "<<vdb_[k].filenum<<" "<<vdb_[k].ser_start<<" "<<vdb_[k].ser_end<<" "
<< vdb_[k].tu_start.ToString() << " " << vdb_[k].tu_end.ToString() << endl;
// cout << "Init*DBG["<<k<<"] "<<vdb_[k].filenum<<" "<<vdb_[k].ser_start<<" "<<vdb_[k].ser_end<<" "
// << vdb_[k].tu_start.ToString() << " " << vdb_[k].tu_end.ToString() << endl;
if
(
vdb_
[
k
].
fgskip
)
cout
<<
" Init*SKIP["
<<
k
<<
"] "
<<
vdb_
[
k
].
filenum
<<
" "
<<
vdb_
[
k
].
ser_start
<<
" "
<<
vdb_
[
k
].
ser_end
<<
" "
<<
vdb_
[
k
].
tu_start
.
ToString
()
<<
" "
<<
vdb_
[
k
].
tu_end
.
ToString
()
<<
" will be skipped"
<<
endl
;
}
*/
return
;
}
...
...
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