summaryrefslogtreecommitdiff
path: root/tangle/channel-with-sphere.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/channel-with-sphere.cu')
-rw-r--r--tangle/channel-with-sphere.cu7
1 files changed, 0 insertions, 7 deletions
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);