Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mongibellili authored Aug 28, 2024
1 parent 554ea52 commit 34934e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ odeprob = NLodeProblem(quote
discrete and continous variables
helper expressions
differential equations
if-statments for event)
if-statments for events)
```

The output of this function is an object of type Problem, and it is passed to the solve function along any other configuration arguments such as the algorithm type, the time span and the tolerance. The solve function dispatches on the given algorithm and start the numerical integration.
Expand Down

0 comments on commit 34934e5

Please sign in to comment.