More spacing

This commit is contained in:
Karl Hammond
2022-09-30 19:58:56 -05:00
parent eac855343f
commit 9c314966ae

View File

@ -209,7 +209,7 @@ Below is an example demonstrating some of the possible uses.
CALL lmp%command('run 2 post no') CALL lmp%command('run 2 post no')
dt = lmp%extract_global('dt') dt = lmp%extract_global('dt')
ntimestep = lmp%extract_global('ntimestep') ntimestep = lmp%extract_global('ntimestep')
WRITE(OUTPUT_UNIT,'(A,I4,A,F4.1,A)') 'At step:', ntimestep, & WRITE(OUTPUT_UNIT,'(A,I0,A,F4.1,A)') 'At step: ', ntimestep, &
' Changing timestep from', dt, ' to 0.5' ' Changing timestep from', dt, ' to 0.5'
dt = 0.5_c_double dt = 0.5_c_double
CALL lmp%command('run 2 post no') CALL lmp%command('run 2 post no')