Skip to content

Commit

Permalink
BEAMS3D: Minor Text bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lazersos committed Sep 8, 2023
1 parent b4d9e2d commit fb7f854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BEAMS3D/Sources/beams3d_init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ SUBROUTINE beams3d_init
CALL EZspline_setup(TE_spl_s,TE_AUX_F(1:nte),ier,EXACT_DIM=.true.)
IF (ier /=0) CALL handle_err(EZSPLINE_ERR,'beams3d_init2',ier)
IF (lverb) WRITE(6,'(A,F9.5,A,F9.5,A,I4,A,F8.5)') ' Te = [', &
MINVAL(TE_AUX_F(1:nte))*1E-3,',',MAXVAL(TE_AUX_F(1:nte))*1E-3,'] keV; NTE: ',nte, '; S_MAX_TI: ',s_max_te
MINVAL(TE_AUX_F(1:nte))*1E-3,',',MAXVAL(TE_AUX_F(1:nte))*1E-3,'] keV; NTE: ',nte, '; S_MAX_TE: ',s_max_te
END IF
! TI
IF (nti>0) THEN
Expand Down

0 comments on commit fb7f854

Please sign in to comment.