Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
4d4106c4
Commit
4d4106c4
authored
Apr 28, 2020
by
Gauthier Quesnel
Browse files
io: fix connection indices error
parent
777ea135
Pipeline
#11699
passed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/include/irritator/io.hpp
View file @
4d4106c4
...
...
@@ -379,8 +379,8 @@ struct writer
assert
(
it_in
!=
map
.
end
());
os
<<
std
::
distance
(
map
.
begin
(),
it_out
)
<<
' '
<<
src_index
<<
std
::
distance
(
map
.
begin
(),
it_in
)
<<
' '
<<
dst_index
<<
'\n'
;
<<
' '
<<
std
::
distance
(
map
.
begin
(),
it_in
)
<<
' '
<<
dst_index
<<
'\n'
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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