Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
4cebaacc
Commit
4cebaacc
authored
Mar 21, 2018
by
LEFEBVREJP email
Browse files
Fixing eastream readString call.
parent
bb7420e2
Pipeline
#12644
passed with stages
in 5 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixio/f71stream.i.hh
View file @
4cebaacc
...
...
@@ -107,7 +107,7 @@ bool F71Stream::load_next(f71case_type& inventory)
mStream
>>
esav
;
// photon spectrum title
std
::
string
itsav
=
trim_string
(
mStream
.
get
String
(
80
));
std
::
string
itsav
=
trim_string
(
mStream
.
read
String
(
80
));
// values of total neutron spectrum in neutron/s
std
::
vector
<
float
>
spnnuc
(
l4
);
...
...
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