Ignore:
Timestamp:
09/21/00 11:08:10 (24 years ago)
Author:
harald
Message:
Oscar changed the code just to run it on alpha machines. I just commit
the changes due to problems with the repository.
File:
1 edited

Legend:

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

    r341 r431  
    8686  cout << "Verbosity: " << verbose << "\n";
    8787
     88  in->getline(dummy, sizeof(dummy), '\n');
     89  if(verbose) cout << dummy << "\n";
     90  if(in->eof()) return(in->good());
     91
     92  in->getline(dummy, sizeof(dummy), '\n');
     93  if(verbose) cout << dummy << "\n";
     94  sscanf(dummy, "%s", output_file);
     95  cout << "Output Files : cer" << output_file << " and sta"<<output_file<<endl;
     96  if(in->eof()) return(in->good());
     97
    8898  ct_ra_h = ira_hours + ira_min/60. + ira_sec/3600.;
    8999  ct_dec_deg = idec_degrees + idec_arcmin/60. + dec_arcsec/3600.;
Note: See TracChangeset for help on using the changeset viewer.