Skip to content

Commit

Permalink
Edit for GitHub build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Young committed Dec 9, 2024
1 parent 01b065d commit 8987fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/setup_disc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,7 @@ subroutine setup_interactive(id)
endif
if (lumdisc > 0) then
!get luminosity ...
call prompt("Enter the luminosity of star",L_star(i))
call prompt("Enter the luminosity of star",L_star(1))
call prompt("Enter the background temperature e.g. 10 (K)", T_bg)
qindex(1) = 0.25
qindex = 0.25
Expand Down

0 comments on commit 8987fae

Please sign in to comment.