Changeset 4419


Ignore:
Timestamp:
07/22/04 19:32:46 (20 years ago)
Author:
blanch
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/Changelog

    r4418 r4419  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21
     22  2004/07/22 Oscar Blanch Bigas
     23    * programs/makeHillas.cc
     24     - Solved backwards compatibility on the CLEANLEVEL
     25       options.
    2126
    2227  2004/07/22 Ester Aliu
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc

    r4413 r4419  
    513513          ifun >> lcore;
    514514          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     
    519525      if(strcmp(word.Data(),"ISLFLAG")==0)
    520526        {
Note: See TracChangeset for help on using the changeset viewer.