Skip to content

Commit debf14b

Browse files
committed
style: format the broadcast generator
1 parent 2843964 commit debf14b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

toolchain/mfc/params/generators/fortran_gen.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@ def _emit_fluid_pp(lines: List[str], target: str) -> None:
322322
non-Newtonian set) and the LOGICAL non_newtonian flag, matching the manual
323323
lists this generator replaces. Sim additionally: Re(1) with count=2.
324324
"""
325-
fp_real_members = ["gamma", "pi_inf", "G", "cv", "qv", "qvp",
326-
"K", "nn", "tau0", "hb_m", "mu_min", "mu_max", "mu_bulk"]
325+
fp_real_members = ["gamma", "pi_inf", "G", "cv", "qv", "qvp", "K", "nn", "tau0", "hb_m", "mu_min", "mu_max", "mu_bulk"]
327326
lines.append(" do i = 1, num_fluids_max")
328327
for mem in fp_real_members:
329328
lines.append(f" call MPI_BCAST(fluid_pp(i)%{mem}, 1, mpi_p, 0, MPI_COMM_WORLD, ierr)")

0 commit comments

Comments
 (0)