We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3baab commit d6e5bcbCopy full SHA for d6e5bcb
src/transformation/voxelization/voxelized_volume.rs
@@ -193,7 +193,7 @@ impl VoxelizedVolume {
193
fill_mode: FillMode,
194
keep_voxel_to_primitives_map: bool,
195
) -> Self {
196
- debug_assert!(resolution > 1);
+ assert!(resolution > 1);
197
let mut result = VoxelizedVolume {
198
resolution: [0; DIM],
199
origin: Point::origin(),
0 commit comments