Skip to content

Commit

Permalink
Docs: Fix orderd list indentation (#586)
Browse files Browse the repository at this point in the history
Fix indentation so the ordered list is enumerated correctly
  • Loading branch information
gardner48 authored Oct 3, 2024
1 parent 04525fd commit a549e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/shared/sundials/SUNContext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Applications that need to have *concurrently initialized* SUNDIALS simulations
need to take care to understand the following:

#. A :c:type:`SUNContext` object must only be associated with *one* SUNDIALS simulation
(a solver object and its associated vectors etc.) at a time.
(a solver object and its associated vectors etc.) at a time.

- Concurrently initialized is not the same as concurrently executing. Even if
two SUNDIALS simulations execute sequentially, if both are initialized
Expand All @@ -199,7 +199,7 @@ need to take care to understand the following:
destroyed.

#. The creation and destruction of a :c:type:`SUNContext` object is cheap, especially
in comparison to the cost of creating/destroying a SUNDIALS solver object.
in comparison to the cost of creating/destroying a SUNDIALS solver object.

The following (incomplete) code examples demonstrate these points using CVODE as
the example SUNDIALS package.
Expand Down

0 comments on commit a549e93

Please sign in to comment.