Skip to content
Snippets Groups Projects
Commit 8285043e authored by Dave Whipp's avatar Dave Whipp
Browse files

Trivial formatting edit

parent 971c90a7
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ case ('main') ...@@ -112,7 +112,7 @@ case ('main')
! Input values are now written to stdout or log files here ! Input values are now written to stdout or log files here
if (params%debug.gt.0 .and. iproc.eq.0) then if (params%debug.gt.0 .and. iproc.eq.0) then
write(*,'(a)') shift//'Input controlling parameters:' write(*,'(a)') shift//'Input controlling parameters:'
write(*,'(a,l1)') shift//'irestart ',params%irestart write(*,'(a,l1)') shift//'irestart ',params%irestart
write(*,'(a,a)') shift//'restartfile ',trim(params%restartfile) write(*,'(a,a)') shift//'restartfile ',trim(params%restartfile)
write(*,'(a,i3)') shift//'ns ',params%ns write(*,'(a,i3)') shift//'ns ',params%ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment