Skip to content

Commit

Permalink
keep up w master 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ErolBa committed Dec 4, 2024
1 parent 1ad8de2 commit 58e4e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sphdf5.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ subroutine hdfint
HWRITERA( grpOutput, mn, (Mvol+1), Rbs, iRbs(1:mn,0:Mvol) )
!latex \type{iZbc(1:mn,0:Mvol)} & real & \pb{Fourier harmonics, $Z_{m,n}$, of interfaces} \\
HWRITERA( grpOutput, mn, (Mvol+1), Zbc, iZbc(1:mn,0:Mvol) )
!l tex \type{forcetol} & real & \pb{force-balance error across interfaces} \\
! HWRITERV( grpOutput, 1, forcetol, (/ forcetol /)) ! already in /input/global
!latex \type{BnsErr} & real & \pb{error in self-consistency of field on plasma boundary (in freeboundary)} \\
HWRITERV( grpOutput, 1, BnsErr, (/ BnsErr /)) ! already in /input/global
!latex \type{ForceErr} & real & \pb{force-balance error across interfaces} \\
HWRITERV( grpOutput, 1, ForceErr, (/ ForceErr /))
!latex \type{ForceErr} & real & \pb{force-balance error across interfaces} \\
Expand Down

0 comments on commit 58e4e0d

Please sign in to comment.