Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Dec 12, 2023
1 parent adcea60 commit b3c3fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvector/openmp/nvector_openmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ SUNErrCode N_VDotProdMulti_OpenMP(int nvec, N_Vector x, N_Vector* Y,
if (nvec == 1)
{
dotprods[0] = N_VDotProd_OpenMP(x, Y[0]);
SUNCheckLastCall();
SUNCheckLastErr();
return SUN_SUCCESS;
}

Expand Down

0 comments on commit b3c3fb3

Please sign in to comment.