- Timestamp:
- 09/17/04 18:36:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Starfield/convertcorsika.cxx
r797 r5110 48 48 } 49 49 50 cerfile.open(cor_dir, ios::out); 50 cerfile.open(cor_dir, ios::out|ios::binary); 51 51 52 /*if((cerfilec=fopen(cor_dir,"wb"))==NULL){ 52 53 printf("C-style::Cannot create cerenkov file.\n"); … … 128 129 strcat(stat_dir, stat_file); 129 130 130 cerfile.open (stat_dir );131 cerfile.open (stat_dir, ios::out|ios::binary); 131 132 132 133 cout<<"Writing binary statistics file "<<" "<<stat_dir<<" "<<"..."<<endl;
Note:
See TracChangeset
for help on using the changeset viewer.