forked from lijiext/lammps
USER-SMD: Use TAGINT_FORMAT where appropriate
This commit is contained in:
parent
6679469220
commit
2aa7a150b4
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue