Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
ffe0d50a
Commit
ffe0d50a
authored
Aug 18, 2020
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/graphviz-read-graph-properties' into 'master'
Fix dot graph reader Closes
#450
See merge request
!35
parents
14995a22
2dd0e5ce
Pipeline
#704
passed with stage
in 139 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/boost-workaround/boost/graph/graphviz.hpp
src/boost-workaround/boost/graph/graphviz.hpp
+1
-2
No files found.
src/boost-workaround/boost/graph/graphviz.hpp
View file @
ffe0d50a
...
...
@@ -805,8 +805,7 @@ class mutate_graph_impl : public mutate_graph
{
if
(
m_ignore_gp
.
find
(
key
)
!=
m_ignore_gp
.
end
())
return
;
/* RG: pointer to graph prevents copying */
put
(
key
,
dp_
,
&
graph_
,
value
);
put
(
key
,
dp_
,
graph_property_tag
(),
value
);
}
...
...
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