More spacing
This commit is contained in:
@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user