Skip to content

Commit

Permalink
Merge branch 'feature/sunindextype-long-int-fixes' into bugfix/window…
Browse files Browse the repository at this point in the history
…s-fortran-builds
  • Loading branch information
balos1 committed Feb 26, 2024
2 parents 858cf21 + 37875a7 commit bc2c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sundials/sundials_nvector.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct _generic_N_Vector_Ops
N_Vector (*nvclone)(N_Vector);
N_Vector (*nvcloneempty)(N_Vector);
void (*nvdestroy)(N_Vector);
void (*nvspace)(N_Vector, sunindextype*, sunindextype*);
void (*nvspace)(N_Vector, long int*, long int*);
sunrealtype* (*nvgetarraypointer)(N_Vector);
sunrealtype* (*nvgetdevicearraypointer)(N_Vector);
void (*nvsetarraypointer)(sunrealtype*, N_Vector);
Expand Down

0 comments on commit bc2c0c5

Please sign in to comment.