Skip to content

Commit 26f923c

Browse files
committed
wrong format specifier
1 parent 192472c commit 26f923c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MeshField_Element.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ evaluate(FieldElement &fes, Kokkos::View<Real **> localCoords,
479479
Kokkos::subview(offsets, offsets.size() - 1));
480480
if (localCoords.extent(0) != numLocalCoords) {
481481
fail("The size of dimension 0 of the local coordinates input array (%zu) "
482-
"does not match the last entry of the offsets array (%zu).\n",
482+
"does not match the last entry of the offsets array (%d).\n",
483483
localCoords.extent(0), numLocalCoords);
484484
}
485485

0 commit comments

Comments
 (0)