summaryrefslogtreecommitdiff
path: root/tangle/ldc-3d.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/ldc-3d.cu')
-rw-r--r--tangle/ldc-3d.cu4
1 files changed, 0 insertions, 4 deletions
diff --git a/tangle/ldc-3d.cu b/tangle/ldc-3d.cu
index ece1234..e9b42f2 100644
--- a/tangle/ldc-3d.cu
+++ b/tangle/ldc-3d.cu
@@ -34,10 +34,6 @@ auto bulk_mask = materials.mask_of_material(1);
auto wall_mask = materials.mask_of_material(2);
auto lid_mask = materials.mask_of_material(3);
-lattice.apply(Operator(InitializeO(), bulk_mask),
- Operator(InitializeO(), wall_mask),
- Operator(InitializeO(), lid_mask));
-
cudaDeviceSynchronize();
auto none = [] __device__ (float3) -> float { return 1; };