Skip to content

Commit fafbd80

Browse files
committed
Format
1 parent eb2a308 commit fafbd80

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

src/pre_process/m_start_up.fpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,7 @@ contains
7474
integer :: iostatus
7575
character(len=1000) :: line
7676

77-
<<<<<<< HEAD
78-
namelist /user_inputs/ case_dir, old_grid, old_ic, t_step_old, t_step_start, m, n, p, x_domain, y_domain, z_domain, &
79-
& stretch_x, stretch_y, stretch_z, a_x, a_y, a_z, x_a, y_a, z_a, x_b, y_b, z_b, model_eqns, num_fluids, mpp_lim, &
80-
& weno_order, bc_x, bc_y, bc_z, num_patches, hypoelasticity, mhd, patch_icpp, fluid_pp, bub_pp, precision, &
81-
& parallel_io, mixlayer_vel_profile, mixlayer_vel_coef, mixlayer_perturb, mixlayer_perturb_nk, mixlayer_perturb_k0, &
82-
& pi_fac, perturb_flow, perturb_flow_fluid, perturb_flow_mag, perturb_sph, perturb_sph_fluid, fluid_rho, cyl_coord, &
83-
& loops_x, loops_y, loops_z, rhoref, pref, bubbles_euler, R0ref, nb, polytropic, thermal, Ca, Web, Re_inv, &
84-
& polydisperse, poly_sigma, qbmm, sigR, sigV, dist_type, rhoRV, file_per_process, relax, relax_model, palpha_eps, &
85-
& ptgalpha_eps, ib, num_ibs, patch_ib, sigma, adv_n, cfl_adap_dt, cfl_const_dt, n_start, n_start_old, &
86-
& surface_tension, hyperelasticity, pre_stress, elliptic_smoothing, elliptic_smoothing_iters, viscous, &
87-
& bubbles_lagrange, num_bc_patches, patch_bc, Bx0, relativity, cont_damage, igr, igr_order, down_sample, recon_type, &
88-
& muscl_order, hyper_cleaning, simplex_perturb, simplex_params, fft_wrt, files_dir, file_extension
89-
=======
9077
#:include 'generated_namelist.fpp'
91-
>>>>>>> upstream/master
9278

9379
file_loc = 'pre_process.inp'
9480
inquire (FILE=trim(file_loc), EXIST=file_check)

toolchain/mfc/params/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ def _nv(targets: set, *names: str) -> None:
13081308
"simplex_perturb",
13091309
"simplex_params",
13101310
"files_dir",
1311-
"file_extension"
1311+
"file_extension",
13121312
)
13131313
_nv(
13141314
_POST,

0 commit comments

Comments
 (0)