Changeset 4419 for trunk/MagicSoft/Mars/mtemp/mifae/programs
- Timestamp:
- 07/22/04 19:32:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r4413 r4419 513 513 ifun >> lcore; 514 514 ifun >> ltail; 515 ifun >> lrings; 516 ifun >> cleanflag; 517 } 518 515 if(ifun.get()!='\n'){ 516 ifun.unget(); 517 ifun >> lrings; 518 if(ifun.get()!='\n'){ 519 ifun.unget(); 520 ifun >> cleanflag; 521 } 522 } 523 } 524 519 525 if(strcmp(word.Data(),"ISLFLAG")==0) 520 526 {
Note:
See TracChangeset
for help on using the changeset viewer.