Skip to content

Commit

Permalink
fix long lines gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Tessore committed Nov 20, 2023
1 parent 526aba7 commit 961b1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dust_transfer.f90
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,8 @@ subroutine transfert_poussiere()
call ecriture_temperature(1)
call ecriture_sed(1)

if (lapprox_diffusion.and.l_is_dark_zone.and.(lemission_mol.or.lprodimo.or.lML.or.lforce_diff_approx.or.lemission_atom)) then
if (lapprox_diffusion.and.l_is_dark_zone.and.&
(lemission_mol.or.lprodimo.or.lML.or.lforce_diff_approx.or.lemission_atom)) then
call Temp_approx_diffusion_vertical()
! call Temp_approx_diffusion()
call diffusion_approx_nLTE_nRE()
Expand Down

0 comments on commit 961b1a7

Please sign in to comment.