Skip to content
Snippets Groups Projects
Commit 4f0b9cde authored by Helen Schottenhamml's avatar Helen Schottenhamml
Browse files

Move line break to please flake8-lint.

parent 9aa0b1dc
No related branches found
No related tags found
No related merge requests found
......@@ -207,8 +207,8 @@ class DensityVelocityComputation(AbstractConservedQuantityComputation):
mom_density_eq_coll = get_equations_for_zeroth_and_first_order_moment(self._stencil, pdfs,
self._symbolOrder0,
self._symbolsOrder1)
mom_density_eq_coll = apply_force_model_shift('macroscopic_momentum_density_shift', dim, mom_density_eq_coll,
self._forceModel, self._compressible)
mom_density_eq_coll = apply_force_model_shift('macroscopic_momentum_density_shift', dim,
mom_density_eq_coll, self._forceModel, self._compressible)
for sym, val in zip(momentum_density_output_symbols, mom_density_eq_coll.main_assignments[1:]):
main_assignments.append(Assignment(sym, val.rhs))
if 'moment0' in output_quantity_names_to_symbols:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment