@@ -170,11 +170,11 @@ contains
170170 pi_fac, adv_n, adap_dt, bf_x, bf_y, bf_z, &
171171 k_x, k_y, k_z, w_x, w_y, w_z, p_x, p_y, p_z, &
172172 g_x, g_y, g_z, n_start, t_save, t_stop, &
173- cfl_adap_dt, cfl_const_dt, cfl_target, &
174- viscous, surface_tension, &
175- hyperelasticity, R0ref, &
173+ cfl_adap_dt, cfl_const_dt, cfl_target, &
174+ viscous, surface_tension, &
176175 bubbles_lagrange, lag_params, &
177- rkck_adap_dt, rkck_tolerance
176+ rkck_adap_dt, rkck_tolerance, &
177+ hyperelasticity, R0ref
178178
179179 ! Checking that an input file has been provided by the user. If it
180180 ! has, then the input file is read in , otherwise, simulation exits.
@@ -629,7 +629,7 @@ contains
629629 NVARS_MOK = int (sys_size, MPI_OFFSET_KIND)
630630
631631 ! Read the data for each variable
632- if ( bubbles_euler .or. elasticity ) then
632+ if (bubbles_euler .or. elasticity) then
633633
634634 do i = 1 , sys_size!adv_idx%end
635635 var_MOK = int (i, MPI_OFFSET_KIND)
@@ -765,8 +765,7 @@ contains
765765 NVARS_MOK = int (sys_size, MPI_OFFSET_KIND)
766766
767767 ! Read the data for each variable
768- if ( bubbles_euler .or. elasticity ) then
769-
768+ if (bubbles_euler .or. elasticity) then
770769 do i = 1 , sys_size !adv_idx%end
771770 var_MOK = int (i, MPI_OFFSET_KIND)
772771 ! Initial displacement to skip at beginning of file
0 commit comments