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/nozzle.cu | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tangle/nozzle.cu') diff --git a/tangle/nozzle.cu b/tangle/nozzle.cu index 5a1b1f3..03c18f9 100644 --- a/tangle/nozzle.cu +++ b/tangle/nozzle.cu @@ -46,11 +46,6 @@ auto boundary_mask = materials.mask_of_material(2); auto inflow_mask = materials.mask_of_material(3); auto outflow_mask = materials.mask_of_material(4); -lattice.apply(Operator(InitializeO(), bulk_mask), - Operator(InitializeO(), boundary_mask), - Operator(InitializeO(), inflow_mask), - Operator(InitializeO(), outflow_mask)); - cudaDeviceSynchronize(); VolumetricExample renderer(cuboid); -- cgit v1.2.3