Skip to content

Commit

Permalink
[indent-bot] standardised indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
analulujg committed Jan 30, 2025
1 parent 6a5d056 commit 33dc8c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/main/eos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1512,12 +1512,12 @@ subroutine read_headeropts_eos(ieos,hdr,ierr)
if (id==master) then
if (maxvxyzu >= 4) then
if (use_krome) then
if (iverbose >= 0) write(iprint,*) 'KROME eos: initial gamma = 1.666667'
if (iverbose >= 0) write(iprint,*) 'KROME eos: initial gamma = 1.666667'
else
if (iverbose >= 0) write(iprint,*) 'adiabatic eos: gamma = ',gamma
endif
else
if (iverbose >= 0) write(iprint,*) 'setting isothermal sound speed^2 (polyk) = ',polyk,' gamma = ',gamma
if (iverbose >= 0) write(iprint,*) 'setting isothermal sound speed^2 (polyk) = ',polyk,' gamma = ',gamma
if (polyk <= tiny(polyk)) write(iprint,*) 'WARNING! sound speed zero in dump!, polyk = ',polyk
endif
endif
Expand Down
4 changes: 2 additions & 2 deletions src/setup/setup_masstransfer.f90
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module setup
! setbinary, setunits, timestep, units
!

use inject, only:init_inject,nstar,Rstar,lattice_type,handled_layers,&
use inject, only:init_inject,nstar,Rstar,lattice_type,handled_layers,&
wind_radius,wind_injection_x,wind_length,&
rho_inf,mach,v_inf

Expand Down Expand Up @@ -338,7 +338,7 @@ subroutine read_setupfile(filename,ierr)
ierr = nerr
endif

call close_db(db)
call close_db(db)
end subroutine read_setupfile

end module setup
Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_ptmass.f90
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ subroutine test_binary(ntests,npass,string)
if (id==master) write(*,"(/,a)") '--> testing integration of circumbinary disc'//trim(string)
endif
endif
case(6)
case(6)
if (id==master) write(*,"(/,a)") '--> testing integration of binary orbit in a corotate frame'//trim(string)
case default
if (id==master) write(*,"(/,a)") '--> testing integration of binary orbit'//trim(string)
Expand Down

0 comments on commit 33dc8c8

Please sign in to comment.