Changeset 4419
- Timestamp:
- 07/22/04 19:32:46 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
- 
      - 2 edited
 
 - 
          
  Changelog (modified) (1 diff)
- 
          
  programs/makeHillas.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/MagicSoft/Mars/mtemp/mifae/Changelogr4418 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.ccr4413 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.
  
