Skip to content

Suppress signedness warning in GPUField.impl.h

Stephan Seitz requested to merge seitz/walberla:cell_idx_c-gpufield into master

nrGhostLayers_ is unsigned but should be casted to signed in a cell_idx_t context.

Also x and xStride are cell_idx_t == int

Edited by Stephan Seitz

Merge request reports