Commit 2aa7a150 authored by Risto Toijala's avatar Risto Toijala
Browse files

USER-SMD: Use TAGINT_FORMAT where appropriate

parent 66794692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]);