Skip to content

Commit

Permalink
BEAMS3D: small fix to continuegrid
Browse files Browse the repository at this point in the history
  • Loading branch information
kudav committed Dec 5, 2024
1 parent 491cffe commit 88dc830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BEAMS3D/Sources/beams3d_init_continuegrid.f90
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SUBROUTINE beams3d_init_continuegrid
j = FLOOR(REAL(j) / REAL(nr))+1
k = CEILING(REAL(s) / REAL(nr*nphi))
sflx = 0.0
tetemp = 0; netemp = 0; titemp=0; pottemp=0; zetemp=1;nitemp=0;omeg_temp=0
tetemp = 0; netemp = 0; titemp=0; pottemp=0; zetemp=1;nitemp=0;omegtemp=0
! Bfield
CALL get_beams3d_gridB(i,j,k,brtemp,bptemp,bztemp,sflx,uflx,&
pottemp, tetemp,netemp,titemp,nitemp,zetemp)
Expand Down

0 comments on commit 88dc830

Please sign in to comment.