Skip to content

Commit

Permalink
revert change to N_VSpace_Sycl that was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jun 24, 2024
1 parent c3c8490 commit 058b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvector/sycl/nvector_sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ void N_VDestroy_Sycl(N_Vector v)
return;
}

void N_VSpace_Sycl(N_Vector X, long int* lrw, long int* liw)
void N_VSpace_Sycl(N_Vector X, sunindextype* lrw, sunindextype* liw)
{
*lrw = NVEC_SYCL_CONTENT(X)->length;
*liw = 2;
Expand Down

0 comments on commit 058b1cd

Please sign in to comment.