Skip to content

Commit

Permalink
added missing output rhop
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuan-jiang committed Nov 28, 2023
1 parent a28b1b9 commit 32c0288
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Process_Library/MieQuery.H
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
gf = __RHINTERP2__(this%gf, irh, arh, bin, gf)
endif

if(present(rhop)) then
rhop = __RHINTERP2__(this%rhop, irh, arh, bin, rhod)
endif

if(present(rhod)) then
rhod = __RHINTERP2__(this%rhod, irh, arh, bin, rhod)
endif
Expand Down

0 comments on commit 32c0288

Please sign in to comment.