Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.base
Commits
067e88ef
Commit
067e88ef
authored
Sep 08, 2016
by
Manuel Günther
Browse files
Calling the right cast function
parent
77c107fd
Pipeline
#3630
passed with stages
in 64 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/base/include/bob.io.base/blitz_array.h
View file @
067e88ef
...
...
@@ -244,7 +244,7 @@ namespace bob { namespace io { namespace base { namespace array {
* data at. Only get the number of dimensions right!
*/
template
<
typename
T
,
int
N
>
blitz
::
Array
<
T
,
N
>
cast
()
const
{
return
bob
::
cor
e
::
array
::
cast
<
T
,
N
>
(
*
this
);
return
bob
::
io
::
bas
e
::
array
::
cast
<
T
,
N
>
(
*
this
);
}
private:
//representation
...
...
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