Skip to content

Commit

Permalink
BEAMS3D: removed second spline message
Browse files Browse the repository at this point in the history
  • Loading branch information
kudav committed Sep 7, 2023
1 parent 35957c5 commit 23aa5dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BEAMS3D/Sources/beams3d_init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ SUBROUTINE beams3d_init

! Print Grid info to screen
IF (lverb) THEN
! WRITE(6,'(A)')'----- Constructing Splines -----'
WRITE(6,'(A,F9.5,A,F9.5,A,I4)') ' R = [',MINVAL(raxis),',',MAXVAL(raxis),']; NR: ',nr
WRITE(6,'(A,F8.5,A,F8.5,A,I4)') ' PHI = [',MINVAL(phiaxis),',',MAXVAL(phiaxis),']; NPHI: ',nphi
WRITE(6,'(A,F8.5,A,F8.5,A,I4)') ' Z = [',MINVAL(zaxis),',',MAXVAL(zaxis),']; NZ: ',nz
Expand Down

0 comments on commit 23aa5dd

Please sign in to comment.