Skip to content

Commit e96eb98

Browse files
committed
Rename ffmt.toml to .ffmt.toml, fix corrupted UTF-8 em-dashes, add missing ::
1 parent 10c5a16 commit e96eb98

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

File renamed without changes.

src/simulation/m_data_output.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ contains
8686
open (3, FILE=trim(file_path), form='formatted', STATUS='replace')
8787

8888
write (3, '(A)') 'Description: Stability information at ' // 'each time-step of the simulation. This'
89-
write (3, '(13X,A)') 'data is composed of the inviscid ' // 'Courant–Friedrichs–Lewy (ICFL)'
89+
write (3, '(13X,A)') 'data is composed of the inviscid ' // 'Courant-Friedrichs-Lewy (ICFL)'
9090
write (3, '(13X,A)') 'number, the viscous CFL (VCFL) number, ' // 'the capillary CFL (CCFL)'
9191
write (3, '(13X,A)') 'number and the cell Reynolds (Rc) ' // 'number. Please note that only'
9292
write (3, '(13X,A)') 'those stability conditions pertinent ' // 'to the physics included in'

src/simulation/m_ibm.fpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,7 @@ contains
622622
type(ghost_point) :: gp
623623
integer :: q, i, j, k, ii, jj, kk !< Grid indexes and iterators
624624
integer :: patch_id
625-
626-
logical is_cell_center
625+
logical :: is_cell_center
627626
628627
$:GPU_PARALLEL_LOOP(private='[q, i, j, k, ii, jj, kk, dist, buf, gp, interp_coeffs, eta, alpha, patch_id, is_cell_center]')
629628
do q = 1, num_gps

0 commit comments

Comments
 (0)