We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32c705 commit 5d094bbCopy full SHA for 5d094bb
3 files changed
jsrc/array.hpp
@@ -98,7 +98,7 @@ make_array(J jt, int64_t atoms, rank_t rank) {
98
template <typename Type>
99
[[nodiscard]] inline auto
100
make_array(J jt, int64_t n, rank_t r, shape_t s) -> array {
101
- return ga(to_c_type<Type>(), n, r, s);
+ return jtga(jt, to_c_type<Type>(), n, r, s);
102
}
103
104
// this is for "creating an integer atom with value k"
0 commit comments