Skip to content

Commit 1125c75

Browse files
committed
cross reference updates
1 parent 06c2296 commit 1125c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/simulation_structure_interfacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ oprob[:X1] = 10.0
3333
```
3434
with parameters using the same notation.
3535

36-
#### Remaking problems using the `remake` function
36+
#### [Remaking problems using the `remake` function](@id simulation_structure_interfacing_remake)
3737
Typically, when modifying problems, it is recommended to use the `remake` function. Unlike when we do `oprob[:X1] = 10.0` (which modifies the problem in question), `remake` creates a new problem object. The `remake` function takes a problem as input, and any fields you wish to modify (and their new values) as optional inputs. Thus, we can do:
3838
```@example ex1
3939
using DifferentialEquations

0 commit comments

Comments
 (0)