Skip to content

Commit

Permalink
Update simplification_kernels.cuh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdhn committed Jan 9, 2025
1 parent e3a2137 commit 73d6780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Simplification/simplification_kernels.cuh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <glm/glm.hpp>
#include "rxmesh/cavity_manager.cuh"
#include "rxmesh/cavity_manager2.cuh"
#include "rxmesh/query.cuh"

template <typename T>
Expand Down Expand Up @@ -236,7 +236,7 @@ __global__ static void simplify(rxmesh::Context context,
using namespace rxmesh;
auto block = cooperative_groups::this_thread_block();
ShmemAllocator shrd_alloc;
CavityManager<blockThreads, CavityOp::EV> cavity(
CavityManager2<blockThreads, CavityOp::EV> cavity(
block, context, shrd_alloc, true);

const uint32_t pid = cavity.patch_id();
Expand Down

0 comments on commit 73d6780

Please sign in to comment.