Ignore:
Timestamp:
09/17/04 18:36:25 (20 years ago)
Author:
moralejo
Message:
 Commited to CVS all changes to adapt headers to current C++ syntaxis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Starfield/convertcorsika.cxx

    r797 r5110  
    4848    }
    4949 
    50   cerfile.open(cor_dir, ios::out);
     50  cerfile.open(cor_dir, ios::out|ios::binary);
     51
    5152  /*if((cerfilec=fopen(cor_dir,"wb"))==NULL){
    5253    printf("C-style::Cannot create cerenkov file.\n");
     
    128129  strcat(stat_dir, stat_file);
    129130 
    130   cerfile.open (stat_dir);
     131  cerfile.open (stat_dir, ios::out|ios::binary);
    131132 
    132133  cout<<"Writing binary statistics file "<<" "<<stat_dir<<" "<<"..."<<endl;
Note: See TracChangeset for help on using the changeset viewer.