Skip to content

Commit 5d094bb

Browse files
committed
Remove unused macros
1 parent a32c705 commit 5d094bb

File tree

3 files changed

+35
-288
lines changed

3 files changed

+35
-288
lines changed

jsrc/array.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ make_array(J jt, int64_t atoms, rank_t rank) {
9898
template <typename Type>
9999
[[nodiscard]] inline auto
100100
make_array(J jt, int64_t n, rank_t r, shape_t s) -> array {
101-
return ga(to_c_type<Type>(), n, r, s);
101+
return jtga(jt, to_c_type<Type>(), n, r, s);
102102
}
103103

104104
// this is for "creating an integer atom with value k"

0 commit comments

Comments
 (0)