Skip to content

Commit fe42698

Browse files
committed
delete test print
1 parent c53f445 commit fe42698

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/module_cell/update_cell.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,6 @@ void periodic_boundary_adjustment(Atom* atoms,
384384
// first adjust direct coordinates,
385385
// then update them into cartesian coordinates,
386386
//----------------------------------------------
387-
for (int i=0;i<ntype;i++) {
388-
Atom* atom = &atoms[i];
389-
for (int j=0;j<atom->na;j++) {
390-
printf("the taud is %f %f %f\n",atom->taud[j].x,atom->taud[j].y,atom->taud[j].z);
391-
}
392-
}
393387
for (int it = 0; it < ntype; it++) {
394388
Atom* atom = &atoms[it];
395389
for (int ia = 0; ia < atom->na; ia++) {

0 commit comments

Comments
 (0)