Skip to content

Commit 895ab84

Browse files
committed
typo fix
1 parent cf1bb96 commit 895ab84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_test/test_rte_rrtmgp_rt.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ void solve_radiation(int argc, char** argv)
544544
t_lay = t_lay_out;
545545
t_lev = t_lev_out;
546546
gas_concs = gas_concs_out;
547-
aerosol_concs = gas_concs_out;
547+
aerosol_concs = aerosol_concs_out;
548548

549549
}
550550

0 commit comments

Comments
 (0)