Skip to content

Commit 1b1f6b3

Browse files
committed
fix: use ASCII hyphens in Courant-Friedrichs-Lewy string
1 parent 338c7c2 commit 1b1f6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_data_output.fpp

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

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

0 commit comments

Comments
 (0)