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
0a2cde91
Commit
0a2cde91
authored
Jan 01, 2016
by
BENOIT Gaetan
Browse files
Fix bug graph endl; missing
parent
0c9c6238
Changes
1
Hide whitespace changes
Inline
Side-by-side
gatb-core/src/gatb/debruijn/impl/Graph.cpp
View file @
0a2cde91
...
...
@@ -3508,7 +3508,7 @@ void GraphTemplate<Node, Edge, GraphDataVariant>::deleteNode (Node node) const
}
if
(
deleted
==
false
)
{
std
::
cout
<<
"[bug detected in adjacency data structure] was supposed to delete node "
<<
this
->
toString
(
node
)
<<
" but couldn't find it :(."
<<
std
::
end
std
::
cout
<<
"[bug detected in adjacency data structure] was supposed to delete node "
<<
this
->
toString
(
node
)
<<
" but couldn't find it :(."
<<
std
::
end
l
;
std
::
cout
<<
"assembly may be inaccurate around this kmer. will continue assembling anyway"
<<
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