Skip to content

Commit

Permalink
codespell complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallaham committed Mar 20, 2024
1 parent 76a0f7a commit 909d857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cylinder/lti_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
vector. Ultimately it will need LinearOperator functionality to have the form
````
x' = Ax + Bu`
y = Cx + Du
x' = A*x + B*u
y = C*x + D*u
```
where `x` is a firedrake.Function and `u` and `y` are numpy arrays.
Expand Down

0 comments on commit 909d857

Please sign in to comment.