X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=mdrun.c;h=f5acaa1bdf978b41d55978842e91dbde2bc1f90c;hb=fbf49170d213d948e9523d727a76b5337de90a05;hp=31e5f0a162a9d0d296e4959037bc6a92b3545b52;hpb=beac6be36b6859ff09d1d5c426b762a9fb34c03d;p=physik%2Fposic.git diff --git a/mdrun.c b/mdrun.c index 31e5f0a..f5acaa1 100644 --- a/mdrun.c +++ b/mdrun.c @@ -1108,7 +1108,9 @@ int chaatr(t_moldyn *moldyn,t_mdrun *mdrun) { if(cap->z1r.z) continue; } - printf(" changing attributes of atom %d (0x%x)\n",i,cap->attr); + if(!(cap->type&CHAATTR_TOTALV)) + printf(" changing attributes of atom %d (0x%x)\n", + i,cap->attr); atom->attr=cap->attr; }