Skip to content

Commit

Permalink
Fix copy-past error of Planck opacity integral.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWollaeger committed Oct 7, 2024
1 parent 0b7ae1c commit 762f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GAS/opacity_planckmean.f
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subroutine opacity_planckmean
if (in_doemiss) then
do i=1,gas_ncell
call specintv(1/gas_temp(i),grp_ng,specarr)
gas_capgrey(i) = sum(gas_cap(:,i)*specarr)
gas_em_capgrey(i) = sum(gas_em_cap(:,i)*specarr)
enddo !i
endif
c
Expand Down

0 comments on commit 762f030

Please sign in to comment.