We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0637c59 commit f482331Copy full SHA for f482331
test/testMPAppIDs.cpp
@@ -42,7 +42,7 @@ void testAppIDPointer(MPMesh_ptr p_mpmesh) {
42
p_MPs->rebuild(added_mp2Elm_d, added_mpIDs_d);
43
44
//Assert rebuild worked
45
- int elm_invalid= -1;
+ const int elm_invalid = -1;
46
auto newAppID = p_MPs->getData<polyMPO::MPF_MP_APP_ID>();
47
Kokkos::View<int*> numAddedMPsAfter("numAddedMPsAfter", 1);
48
auto checkAddedMPs = PS_LAMBDA(const int& e, const int& mp, const int& mask) {
0 commit comments