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
Jérémie Dudouet
gammaware
Commits
8364f233
Commit
8364f233
authored
Sep 03, 2019
by
Jérémie Dudouet
Browse files
Correct the new reading of the LUT
parent
9baa2e00
Pipeline
#43933
passed with stage
in 7 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/root/gui/fipps_spy/src/FSMainWindow.cpp
src/root/gui/fipps_spy/src/FSMainWindow.cpp
+1
-1
No files found.
src/root/gui/fipps_spy/src/FSMainWindow.cpp
View file @
8364f233
...
...
@@ -560,7 +560,7 @@ void FSMainWindow::ReadLUT()
if
(
Buffer
.
BeginsWith
(
"#"
)
||
Buffer
.
Length
()
==
0
)
continue
;
TObjArray
*
loa
=
Buffer
.
ReplaceAll
(
"
\t
"
,
" "
).
Tokenize
(
" "
);
if
(
loa
->
GetEntries
()
!=
5
)
{
if
(
loa
->
GetEntries
()
<
5
)
{
ERR_MESS
<<
"Error in LUT.txt at line "
<<
linenb
<<
" ; skipped"
<<
ENDL
;
delete
loa
;
continue
;
...
...
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