Skip to content

Commit

Permalink
add to inputlist copy
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Dec 4, 2024
1 parent 9ece12b commit e89bbcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/global.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,7 @@ subroutine wrtend
write(iunit,'(" Mregular = ",i9 )') Mregular
write(iunit,'(" Lrzaxis = ",i9 )') Lrzaxis
write(iunit,'(" Ntoraxis = ",i9 )') Ntoraxis
write(iunit,'(" Lvcgrid = ",i9 )') Lvcgrid
write(iunit,'("/")')

if( Wwrtend ) then ; cput = GETTIME ; write(ounit,'("wrtend : ",f10.2," : myid=",i3," ; writing locallist ;")') cput-cpus, myid
Expand Down Expand Up @@ -1857,6 +1858,8 @@ subroutine wrtend
write(iunit,'(" vcasingtol = ",es23.15 )') vcasingtol
write(iunit,'(" vcasingits = ",i9 )') vcasingits
write(iunit,'(" vcasingper = ",i9 )') vcasingper
write(iunit,'(" vcnt = ",i9 )') vcnt
write(iunit,'(" vcnz = ",i9 )') vcnz
write(iunit,'("/")')

if( Wwrtend ) then ; cput = GETTIME ; write(ounit,'("wrtend : ",f10.2," : myid=",i3," ; writing diagnosticslist ;")') cput-cpus, myid
Expand Down

0 comments on commit e89bbcf

Please sign in to comment.