Ignore:
Timestamp:
07/22/04 19:32:46 (20 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.