Skip to content

Commit 44892f7

Browse files
author
Daniel R. Roe
committed
DRR - Cpptraj: printf -> mprintf
1 parent b2c7d90 commit 44892f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Action_XtalSymm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ const
155155

156156
// CHECK
157157
if (opIDi < 0 || opIDi >= nops_) {
158-
printf("opIDi = %d out of %d ops\n", opIDi, nops_);
158+
mprintf("opIDi = %d out of %d ops\n", opIDi, nops_);
159159
}
160160
if (j >= othr[i].Natom() || j < 0) {
161-
printf("j = %d out of %d atoms, i = %d out of %zu capacity.\n", j, othr[i].Natom(),
161+
mprintf("j = %d out of %d atoms, i = %d out of %zu capacity.\n", j, othr[i].Natom(),
162162
i, operID.capacity());
163163
}
164164
// END CHECK

0 commit comments

Comments
 (0)