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
L
libcaml-grew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
grew
libcaml-grew
Commits
2e132995
Commit
2e132995
authored
Jan 03, 2018
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #21580 (gforge): out_edges not shifted by the shift command
parent
7221f53f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/grew_graph.ml
src/grew_graph.ml
+1
-1
No files found.
src/grew_graph.ml
View file @
2e132995
...
...
@@ -667,7 +667,7 @@ module G_graph = struct
(* -------------------------------------------------------------------------------- *)
let
shift_edges
loc
?
domain
strict
src_gid
tar_gid
is_gid_local
label_cst
graph
=
let
(
g1
,
de1
,
ae1
)
=
shift_
in
loc
?
domain
strict
src_gid
tar_gid
is_gid_local
label_cst
graph
in
let
(
g1
,
de1
,
ae1
)
=
shift_
out
loc
?
domain
strict
src_gid
tar_gid
is_gid_local
label_cst
graph
in
let
(
g2
,
de2
,
ae2
)
=
shift_in
loc
?
domain
strict
src_gid
tar_gid
is_gid_local
label_cst
g1
in
(
g2
,
de1
@
de2
,
ae1
@
ae2
)
...
...
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