src/equilibrium.f90: fix mixed tab/spaces

This commit is contained in:
Michele Guerini Rocco 2021-12-15 02:31:00 +01:00
parent 08dad4ff45
commit 861a723ebc
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -192,8 +192,8 @@ contains
q(1)=q0
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
@ -205,9 +205,9 @@ contains
allocate(rlim(nlim),zlim(nlim))
read(u,*) (rlim(i),zlim(i),i=1,nlim)
end if
end if
end if
close(u)
end subroutine read_equil_an