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
bcf53832
Commit
bcf53832
authored
Dec 22, 2015
by
Rayan Chikhi
Browse files
minor
parent
8779601e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gatb-core/src/gatb/kmer/impl/MPHFAlgorithm.cpp
View file @
bcf53832
...
...
@@ -300,7 +300,7 @@ void MPHFAlgorithm<span,Abundance_t,NodeState_t>::check ()
// sanity check (thank god i wrote this, was useful for spruce)
if
(
abundance
!=
count
.
abundance
&&
abundance
<
MAX_ABUNDANCE
)
{
std
::
cout
<<
"debug info: "
<<
abundance
<<
" "
<<
count
.
abundance
<<
std
::
endl
;
std
::
cout
<<
"debug info: "
<<
(
int
)
abundance
<<
" "
<<
(
int
)
count
.
abundance
<<
std
::
endl
;
typename
AbundanceMap
::
Hash
::
Code
h
=
_abundanceMap
->
getCode
(
count
.
value
);
size_t
n
=
_abundanceMap
->
size
();
std
::
cout
<<
"debug info: "
<<
h
<<
" / "
<<
n
<<
std
::
endl
;
...
...
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