Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Jun 21, 2024
1 parent 7d9420c commit 50b3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_radtran.f90
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subroutine test_Radtran()
pdensities(:,:) = 1.0_dp
radii(:,:) = 1.0e-5_dp

call rad%radiate(T(1), T, P, densities, dz, pdensities, radii, err)
call rad%radiate(T(1), T, P, densities, dz, pdensities, radii, err=err)
if (allocated(err)) then
print*,err
stop 1
Expand Down

0 comments on commit 50b3b42

Please sign in to comment.