Changeset 4419 for trunk/MagicSoft/Mars/mtemp/mifae
- Timestamp:
- 07/22/04 19:32:46 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r4418 r4419 19 19 -*-*- END OF LINE -*-*- 20 20 21 22 2004/07/22 Oscar Blanch Bigas 23 * programs/makeHillas.cc 24 - Solved backwards compatibility on the CLEANLEVEL 25 options. 21 26 22 27 2004/07/22 Ester Aliu -
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.