Skip to content
Snippets Groups Projects
Commit c93b5cba authored by Martin Bauer's avatar Martin Bauer
Browse files

Flake8 style fix

parent 9480b851
Branches
Tags
No related merge requests found
...@@ -180,6 +180,7 @@ class capital_h(sp.Function): ...@@ -180,6 +180,7 @@ class capital_h(sp.Function):
return sp.Piecewise((0, zero_cond), return sp.Piecewise((0, zero_cond),
(av * v / (av + u**2), True)) (av * v / (av + u**2), True))
def correction_g(c, surface_tensions, symbolic_coefficients=False): def correction_g(c, surface_tensions, symbolic_coefficients=False):
assert len(c) == surface_tensions.rows assert len(c) == surface_tensions.rows
n = len(c) n = len(c)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment