We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7854a75 commit 4453e8aCopy full SHA for 4453e8a
1 file changed
gusto/equations/boussinesq_equations.py
@@ -3,7 +3,7 @@
3
from firedrake import inner, dx, div, cross, split, as_vector
4
from firedrake.fml import subject, all_terms
5
from gusto.core.labels import (
6
- time_derivative, prognostic, linearisation,
+ prognostic, linearisation,
7
pressure_gradient, coriolis, divergence, gravity, incompressible
8
)
9
from gusto.equations.common_forms import (
0 commit comments