Skip to content

Only do projections if applicable for the domain (GPU version)

Sebastian Ohlmann requested to merge fix_projector_gpu into develop

Description

If no points in the current domain overlap with projectors, skip the projection for the GPU version. Otherwise there are empty buffers and the code will crash with a segmentation fault.

Checklist

Merge request reports