Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Sep 21, 2023
1 parent 3f7d1fb commit 0deeefb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/problems/basic_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,8 @@ which are `Number`s or `AbstractVector`s with the same geometry as `u`.
### Constructors
```
IntegralProblem(f,domain,p=NullParameters();
nout=1, batch = 0, kwargs...)
IntegralProblem(f,lb,ub,p=NullParameters();
nout=1, batch = 0, kwargs...)
IntegralProblem(f,domain,p=NullParameters(); kwargs...)
IntegralProblem(f,lb,ub,p=NullParameters(); kwargs...)
```
- f: the integrand, callable function `y = f(u,p)` for out-of-place (default) or an
Expand Down

0 comments on commit 0deeefb

Please sign in to comment.