Skip to content

Commit 243333e

Browse files
Scan every toroidal plane for the axis guess of a lasym run
1 parent 494ea11 commit 243333e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/guess_axis.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ SUBROUTINE guess_axis(r1, z1, ru0, zu0)
6969

7070
ns12 = (ns+1)/2
7171

72-
planes: DO iv = 1, nzeta/2+1
72+
planes: DO iv = 1, ivmax
7373

7474
r1b(iv,:ntheta3) = r1(ns,iv,:,0) + r1(ns,iv,:,1)
7575
z1b(iv,:ntheta3) = z1(ns,iv,:,0) + z1(ns,iv,:,1)

0 commit comments

Comments
 (0)