Skip to content

Commit 50aca4c

Browse files
committed
Ran formatter
1 parent 8830169 commit 50aca4c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/common/m_helper_basic.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ contains
147147

148148
end subroutine s_configure_coordinate_bounds
149149

150-
!> Updates the min and max number of cells in each set of axes
150+
!> Updates the min and max number of cells in each set of axes
151151
!! @param bounds Min ans max values to update
152152
!! @param m Number of cells in x-axis
153153
!! @param n Number of cells in y-axis

src/post_process/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ contains
340340
! Computational domain parameters
341341
m = dflt_int; n = 0; p = 0
342342
call s_update_cell_bounds(cells_bounds, m, n, p)
343-
343+
344344
m_root = dflt_int
345345
cyl_coord = .false.
346346

src/pre_process/m_global_parameters.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ contains
311311

312312
call s_update_cell_bounds(cells_bounds, m, n, p)
313313

314-
315314
cyl_coord = .false.
316315

317316
x_domain%beg = dflt_real

0 commit comments

Comments
 (0)