Skip to content

Commit f482331

Browse files
committed
const elm_invalid
1 parent 0637c59 commit f482331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testMPAppIDs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void testAppIDPointer(MPMesh_ptr p_mpmesh) {
4242
p_MPs->rebuild(added_mp2Elm_d, added_mpIDs_d);
4343

4444
//Assert rebuild worked
45-
int elm_invalid= -1;
45+
const int elm_invalid = -1;
4646
auto newAppID = p_MPs->getData<polyMPO::MPF_MP_APP_ID>();
4747
Kokkos::View<int*> numAddedMPsAfter("numAddedMPsAfter", 1);
4848
auto checkAddedMPs = PS_LAMBDA(const int& e, const int& mp, const int& mask) {

0 commit comments

Comments
 (0)