Changeset 6beb99 for pcp/src


Ignore:
Timestamp:
Jul 8, 2008, 1:12:55 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
207a3e
Parents:
0ab37b
Message:

changed verbosity a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/ions.c

    r0ab37b r6beb99  
    381381        if (P->Call.out[ReadOut]) fprintf(stderr, "(%i) IMT[%d,%d] = %i\n", P->Par.me, i,j,ptr->IMT);
    382382      }
    383       //if (P->Call.out[ReadOut])
    384       fprintf(stderr,"(%i) A total of %d additional constrained moves for ion (%d,%d) was parsed.\n", P->Par.me, count-2, i,j);
     383      if (P->Call.out[ReadOut])
     384        fprintf(stderr,"(%i) A total of %d additional constrained moves for ion (%d,%d) was parsed.\n", P->Par.me, count-2, i,j);
    385385
    386386      I->Max_TotalIons++;
Note: See TracChangeset for help on using the changeset viewer.