Skip to content

Commit

Permalink
fix NGA_Sprs_array_access_col_block64 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Sep 16, 2024
1 parent daf270a commit 29a34fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global/src/ga.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ extern void NGA_Set_tiled_irreg_proc_grid(int g_a, int mapc[], int nblo
extern void NGA_Unset_property(int g_a);
extern void NGA_Set_memory_dev(int g_a, char *device);
extern void NGA_Sprs_array_access_col_block(int s_a, int icol, int **idx, int **jdx, void **val);
extern void NGA_Sprs_array_access_col_block64(int s_a, int icol, long **idx, long **jdx, void **val);
extern void NGA_Sprs_array_access_col_block64(int s_a, int icol, int64_t **idx, int64_t **jdx, void **val);
extern void NGA_Sprs_array_add_element(int s_a, int idx, int jdx, void *val);
extern int NGA_Sprs_array_assemble(int s_a);
extern int NGA_Sprs_array_create(int idim, int jdim, int type);
Expand Down

0 comments on commit 29a34fa

Please sign in to comment.