We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef60a9 commit 45e4d2fCopy full SHA for 45e4d2f
src_tilt/tilt_utils.cu
@@ -552,10 +552,6 @@ void tica_tilt_gpu(
552
gas_concs.set_vmr(gas_name, gas);
553
554
}
555
- else
556
- {
557
- throw std::runtime_error("No tilted column implementation for single column profiles.");
558
- }
559
if ( (gas_name == "h2o") && switch_aerosol_optics )
560
{
561
Tilted_column_cuda::compute_rh<<<grid_3d_1, block_3d_1>>>(
0 commit comments