Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/shared/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(shared_sources
)

## setup the dependency list for tribol shared library
set(shared_depends mfem axom::core)
set(shared_depends mfem axom::slic)
blt_list_append(TO shared_depends ELEMENTS blt::mpi IF TRIBOL_USE_MPI )
blt_list_append(TO shared_depends ELEMENTS caliper IF TRIBOL_USE_CALIPER )
message(STATUS "Tribol shared library dependencies: ${shared_depends}")
Expand Down
1 change: 0 additions & 1 deletion src/tribol/geom/CompGeom.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,6 @@ TRIBOL_HOST_DEVICE inline void CommonPlanePair::resetPlanePointAndCentroidGap( c
if ( m_dim == 3 ) {
// construct array of polygon overlap vertex coordinates
constexpr int max_dim = 3;
constexpr int max_nodes_per_overlap = 10;
RealT xVert[max_dim * max_nodes_per_overlap];

for ( IndexT j{ 0 }; j < this->m_numPolyVert; ++j ) {
Expand Down
Loading