Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
LSGRM
Commits
767b73ce
Commit
767b73ce
authored
Sep 05, 2016
by
remicres
Browse files
FIX: default parameter value margin=true in prototype function only
parent
a808f96c
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lsgrmGraphOperations.txx
View file @
767b73ce
...
...
@@ -525,7 +525,7 @@ void BuildBorderPixelMap(typename TSegmenter::GraphType& graph,
template<class TSegmenter>
void InsertNodesFromTile(typename TSegmenter::GraphType& graph,
ProcessingTile& tile, bool margin
= true
)
ProcessingTile& tile, bool margin)
{
typename TSegmenter::GraphType subgraph;
if (margin)
...
...
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