Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
32710124
Commit
32710124
authored
Oct 09, 2018
by
Purves, Murray
Browse files
Trimming title string on SPE reader
parent
16885b3e
Pipeline
#16178
failed with stages
in 8 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
radixio/spectrumspestream.i.hh
View file @
32710124
...
...
@@ -45,7 +45,7 @@ bool SpectrumSPEStream<data_type>::read_from(const std::string &file)
// Next line is the ID
std
::
getline
(
stream
,
line
);
std
::
string
id
=
line
;
std
::
string
id
=
trim_string
(
line
)
;
radix_line
(
" Reading new spectrum with ID: "
<<
line
);
// Variables used to define a spectrum
...
...
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