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
Olena
pylene
Commits
c167cbe3
Commit
c167cbe3
authored
Dec 13, 2018
by
Michaël Roynard
Browse files
Fix return type
parent
b2016ae7
Pipeline
#12652
passed with stages
in 25 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pylene/include/mln/core/image/ndimage.hpp
View file @
c167cbe3
...
...
@@ -342,14 +342,14 @@ namespace mln
/// \name Concrete-related Image Methods
/// \{
concrete_type
concretize
()
const
{
return
imconcretize
(
*
this
);
}
auto
concretize
()
const
{
return
imconcretize
(
*
this
);
}
#ifdef PYLENE_CONCEPT_TS_ENABLED
template
<
concepts
::
Value
Val
>
#else
template
<
typename
Val
>
#endif // PYLENE_CONCEPT_TS_ENABLED
ch_value_type
<
Val
>
ch_value
()
const
auto
ch_value
()
const
{
return
imchvalue
<
Val
>
(
*
this
);
}
...
...
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