Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,692
Issues
1,692
List
Boards
Labels
Service Desk
Milestones
Merge Requests
85
Merge Requests
85
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
6406526d
Commit
6406526d
authored
Jul 06, 2016
by
Mathieu Giraud
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/segment.cpp: json output, AlignBox::addToJson() is now 1-based
parent
11f3d530
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
algo/core/segment.cpp
algo/core/segment.cpp
+2
-2
No files found.
algo/core/segment.cpp
View file @
6406526d
...
...
@@ -57,13 +57,13 @@ void AlignBox::addToJson(json &seg) {
if
(
key
!=
"3"
)
// no end information for J
{
j
[
"end"
]
=
end
;
j
[
"end"
]
=
end
+
1
;
j
[
"delRight"
]
=
del_right
;
}
if
(
key
!=
"5"
)
// no start information for V
{
j
[
"start"
]
=
start
;
j
[
"start"
]
=
start
+
1
;
j
[
"delLeft"
]
=
del_left
;
}
...
...
Vidjil Team
@vidjilteam
Mentioned in issue
#1869 (closed)
·
Nov 29, 2016
Mentioned in issue
#1869 (closed)
Mentioned in issue #1869
Toggle commit list
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