Changeset cccac6 for pcp/src/output.c
- Timestamp:
- Jun 22, 2008, 1:27:47 PM (18 years ago)
- 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. - File:
-
- 1 edited
-
pcp/src/output.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/output.c
rb73d28 rcccac6 316 316 { 317 317 int i,j,k, Index, owner; 318 size_t zahl;318 int zahl; 319 319 struct Lattice *Lat = &P->Lat; 320 320 //struct RunStruct *R = &P->R; … … 577 577 int LevelNo, readnr=0; 578 578 int breaksignal = test ? 1 : 2; // 0 - ok, 1 - test failed, 2 - throw Error 579 size_t zahl;579 int zahl; 580 580 char suffixdat[MAXSTRINGSIZE], suffixdoc[MAXSTRINGSIZE]; 581 581 int Num = 0, colorNo = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
