Skip to content
Snippets Groups Projects
Commit 7a4472b8 authored by Mark Winter's avatar Mark Winter
Browse files

Fix to return value for numpy array to vector copy

parent 50376893
No related branches found
No related tags found
No related merge requests found
...@@ -306,6 +306,8 @@ namespace Script ...@@ -306,6 +306,8 @@ namespace Script
Vec<T> vec; Vec<T> vec;
arrayCopy<CopyReverse>(vec.e, pyArray); arrayCopy<CopyReverse>(vec.e, pyArray);
return vec;
} }
template <typename T, ENABLE_CHK(NUMERIC_MATCH(T))> template <typename T, ENABLE_CHK(NUMERIC_MATCH(T))>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment