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/taylor-couette.cu | 3 --- 1 file changed, 3 deletions(-) (limited to 'tangle/taylor-couette.cu') diff --git a/tangle/taylor-couette.cu b/tangle/taylor-couette.cu index 48b0d87..2e69bfb 100644 --- a/tangle/taylor-couette.cu +++ b/tangle/taylor-couette.cu @@ -55,9 +55,6 @@ auto bulk_list = materials.list_of_material(1); auto wall_mask = materials.mask_of_material(2); auto wall_list = materials.list_of_material(2); -lattice.apply(bulk_list); -lattice.apply(wall_list); - cudaDeviceSynchronize(); VolumetricExample renderer(cuboid); -- cgit v1.2.3