Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GATB
gatb-core
Commits
e7ef9cbf
Commit
e7ef9cbf
authored
Dec 13, 2015
by
BENOIT Gaetan
Browse files
aconfig
parent
cdbebc30
Changes
1
Hide whitespace changes
Inline
Side-by-side
gatb-core/src/gatb/kmer/impl/Configuration.cpp
View file @
e7ef9cbf
...
...
@@ -104,7 +104,7 @@ void Configuration::load (tools::storage::impl::Group& group)
is
.
read
((
char
*
)
&
_nbCores
,
sizeof
(
_nbCores
));
is
.
read
((
char
*
)
&
_nb_partitions_in_parallel
,
sizeof
(
_nb_partitions_in_parallel
));
is
.
read
((
char
*
)
&
_abundanceUserNb
,
sizeof
(
_abundanceUserNb
));
//
_abundance.resize (_abundanceUserNb);
_abundance
.
resize
(
_abundanceUserNb
);
//is.read ((char*)_abundance.data(), sizeof(tools::misc::CountRange)*_abundance.size());
is
.
read
((
char
*
)
&
_nbCores_per_partition
,
sizeof
(
_nbCores_per_partition
));
...
...
Write
Preview
Supports
Markdown
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