Skip to content

Commit 1e0c426

Browse files
committed
add missing spaces
1 parent 12afb31 commit 1e0c426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src_test/test_rte_rrtmgp_rt.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void solve_radiation(int argc, char** argv)
374374
if (switch_cloud_optics)
375375
{
376376

377-
if(switch_liq_cloud_optics)
377+
if (switch_liq_cloud_optics)
378378
{
379379
lwp.set_dims({n_col, n_lay});
380380
lwp = std::move(input_nc.get_variable<Float>("lwp", {n_lay, n_col_y, n_col_x}));
@@ -383,7 +383,7 @@ void solve_radiation(int argc, char** argv)
383383
rel = std::move(input_nc.get_variable<Float>("rel", {n_lay, n_col_y, n_col_x}));
384384
}
385385

386-
if(switch_ice_cloud_optics)
386+
if (switch_ice_cloud_optics)
387387
{
388388
iwp.set_dims({n_col, n_lay});
389389
iwp = std::move(input_nc.get_variable<Float>("iwp", {n_lay, n_col_y, n_col_x}));

0 commit comments

Comments
 (0)