src/equilibrium.f90: fix mixed tab/spaces
This commit is contained in:
parent
08dad4ff45
commit
861a723ebc
@ -193,7 +193,7 @@ contains
|
||||
q(2)=qa
|
||||
q(3)=alq
|
||||
|
||||
if(ipass.ge.2) then
|
||||
if(ipass.ge.2) then
|
||||
|
||||
! get size of boundary and limiter arrays and allocate them
|
||||
read (u,*) nlim
|
||||
@ -206,7 +206,7 @@ contains
|
||||
read(u,*) (rlim(i),zlim(i),i=1,nlim)
|
||||
end if
|
||||
|
||||
end if
|
||||
end if
|
||||
|
||||
close(u)
|
||||
end subroutine read_equil_an
|
||||
|
Loading…
Reference in New Issue
Block a user