Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Oct 19, 2023
1 parent 4ed0e75 commit b74d41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cvodes/guide/source/Usage/SIM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4124,7 +4124,7 @@ integration tolerances for quadrature variables.
.. c:function:: int CVodeQuadSStolerances(void *cvode_mem, realtype reltolQ, realtype abstolQ)
The function ``CVodeQuadSStolerances`` specifies scalar relative and vector absolute tolerances.
The function ``CVodeQuadSStolerances`` specifies scalar relative and absolute tolerances.
**Arguments:**
* ``cvode_mem`` -- pointer to the CVODES memory block.
Expand All @@ -4140,7 +4140,7 @@ integration tolerances for quadrature variables.
.. c:function:: int CVodeQuadSVtolerances(void * cvode_mem, realtype reltolQ, N_Vector abstolQ)
The function ``CVodeQuadSVtolerances`` specifies scalar relative and absolute tolerances.
The function ``CVodeQuadSVtolerances`` specifies scalar relative and vector absolute tolerances.
**Arguments:**
* ``cvode_mem`` -- pointer to the CVODES memory block.
Expand Down

0 comments on commit b74d41f

Please sign in to comment.