From 8691f6f7306914d8fc9d5afc8a347ebf5ce0a7d7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 23 Aug 2021 22:04:50 +0200 Subject: Replace InitializeO by memset --- tangle/channel-with-sphere.cu | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tangle/channel-with-sphere.cu') diff --git a/tangle/channel-with-sphere.cu b/tangle/channel-with-sphere.cu index 401f0c9..29cc7de 100644 --- a/tangle/channel-with-sphere.cu +++ b/tangle/channel-with-sphere.cu @@ -55,13 +55,6 @@ auto inflow_mask = materials.mask_of_material(4); auto outflow_mask = materials.mask_of_material(5); auto edge_mask = materials.mask_of_material(6); -lattice.apply(Operator(InitializeO(), bulk_mask), - Operator(InitializeO(), wall_mask_z), - Operator(InitializeO(), wall_mask_y), - Operator(InitializeO(), inflow_mask), - Operator(InitializeO(), outflow_mask), - Operator(InitializeO(), edge_mask)); - cudaDeviceSynchronize(); VolumetricExample renderer(cuboid); -- cgit v1.2.3