Ignore:
Timestamp:
05/23/05 11:32:19 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r7079 r7084  
    8989{
    9090    TFile file(fname, "READ");
     91    if (!file.IsOpen())
     92    {
     93        cout << "ERROR - Could not find file " << fname << endl;
     94        return 0;
     95    }
     96
    9197
    9298    MStatusArray arr;
Note: See TracChangeset for help on using the changeset viewer.