USER-SMD: Use TAGINT_FORMAT where appropriate

This commit is contained in:
Risto Toijala 2019-04-04 15:38:53 +03:00
parent 6679469220
commit 2aa7a150b4
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ void PairTlsph::PreCompute() {
*/
if ((detF[i] < DETF_MIN) || (detF[i] > DETF_MAX) || (numNeighsRefConfig[i] == 0)) {
printf("deleting particle [%d] because det(F)=%f is outside stable range %f -- %f \n", tag[i],
printf("deleting particle [" TAGINT_FORMAT "] because det(F)=%f is outside stable range %f -- %f \n", tag[i],
Fincr[i].determinant(),
DETF_MIN, DETF_MAX);
printf("nn = %d, damage=%f\n", numNeighsRefConfig[i], damage[i]);