Changeset cccac6 for pcp/src/output.c


Ignore:
Timestamp:
Jun 22, 2008, 1:27:47 PM (18 years ago)
Author:
Frederik Heber <heber@…>
Children:
7a40c8
Parents:
b73d28 (diff), 73bc6b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'bisect' into AdaptiveMolecuilder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/output.c

    rb73d28 rcccac6  
    316316{
    317317  int i,j,k, Index, owner;
    318   size_t zahl;
     318  int zahl;
    319319  struct Lattice *Lat = &P->Lat;
    320320  //struct RunStruct *R = &P->R;
     
    577577  int LevelNo, readnr=0;
    578578  int breaksignal = test ? 1 : 2; // 0 - ok, 1 - test failed, 2 - throw Error
    579   size_t zahl;
     579  int zahl;
    580580  char suffixdat[MAXSTRINGSIZE], suffixdoc[MAXSTRINGSIZE];
    581581  int Num = 0, colorNo = 0;
Note: See TracChangeset for help on using the changeset viewer.