Skip to content

Commit 45e4d2f

Browse files
committed
no needed to throw errors for single column gas profiles
1 parent 0ef60a9 commit 45e4d2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src_tilt/tilt_utils.cu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,6 @@ void tica_tilt_gpu(
552552
gas_concs.set_vmr(gas_name, gas);
553553

554554
}
555-
else
556-
{
557-
throw std::runtime_error("No tilted column implementation for single column profiles.");
558-
}
559555
if ( (gas_name == "h2o") && switch_aerosol_optics )
560556
{
561557
Tilted_column_cuda::compute_rh<<<grid_3d_1, block_3d_1>>>(

0 commit comments

Comments
 (0)