Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DaqIOLib
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
NADS-Public
DaqIOLib
Commits
0c5d6b34
Commit
0c5d6b34
authored
Apr 20, 2005
by
yiannis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug that prevented partial frame extraction due to incorrect
value used for checking frame range.
parent
6f13d1dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
DaqFileIO.cxx
DaqFileIO.cxx
+1
-5
No files found.
DaqFileIO.cxx
View file @
0c5d6b34
...
...
@@ -2,7 +2,7 @@
///
// DAQ low level IO Library
//
// $Id: DaqFileIO.cxx,v 1.1
1 2005/04/14 14:19:17
yiannis Exp $
// $Id: DaqFileIO.cxx,v 1.1
2 2005/04/19 19:28:56
yiannis Exp $
// Date: March, 2005
// Author: Yiannis Papelis
//
...
...
@@ -1581,10 +1581,6 @@ CDaqLowLevelIo::GetFullData(
m_LastError
=
"need to buld table of contents first"
;
return
false
;
}
if
(
frm1
>
GetFrames
()
||
frm2
>
GetFrames
()
)
{
m_LastError
=
"invalid frame range"
;
return
false
;
}
if
(
(
option
&
eINCLUDE_FRAME
)
&&
pFrmList
==
0
)
{
m_LastError
=
"must provide storage for frames when eINCLUDE_FRAME is specified"
;
return
false
;
...
...
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