Skip to content

Commit c72bab4

Browse files
committed
fix: use ASCII hyphens in Courant-Friedrichs-Lewy string
1 parent a19b3a1 commit c72bab4

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
@@ -85,7 +85,7 @@ contains
8585
open (3, FILE=trim(file_path), form='formatted', STATUS='replace')
8686

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

0 commit comments

Comments
 (0)