summaryrefslogtreecommitdiff
path: root/examples/cavity_2d_gpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cavity_2d_gpu.cpp')
-rw-r--r--examples/cavity_2d_gpu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/cavity_2d_gpu.cpp b/examples/cavity_2d_gpu.cpp
index b24ca38..19563e2 100644
--- a/examples/cavity_2d_gpu.cpp
+++ b/examples/cavity_2d_gpu.cpp
@@ -199,7 +199,6 @@ void lbm_step(
*/
component<sch::T, sch::D2Q9, cmpt::BGK> coll{0.59};
component<sch::T, sch::D2Q9, cmpt::BounceBack> bb;
-
component<sch::T, sch::D2Q9, cmpt::MovingWall> bb_lid;
bb_lid.lid_vel = {0.1,0.0};