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
mpim-sw
libcdi
Commits
f845407d
Commit
f845407d
authored
Feb 27, 2017
by
Thomas Jahns
🤸
Browse files
Fix cast.
parent
a142d4ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
f845407d
...
...
@@ -1991,7 +1991,7 @@ void grid_check_cyclic(grid_t *gridptr)
foundCloseVertices:
;
}
gridptr
->
isCyclic
=
(
int
)
isCyclic
;
gridptr
->
isCyclic
=
isCyclic
;
}
}
}
...
...
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