Ignore:
Timestamp:
10/01/04 17:34:52 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r5157 r5158  
    294294    tlist2.AddToList(&fill0a);
    295295    tlist2.AddToList(&fill0b);
    296     tlist2.AddToList(&fill0r);
     296    //tlist2.AddToList(&fill0r);
    297297    tlist2.AddToList(&hcalc);
    298298    tlist2.AddToList(&fill1);
  • trunk/MagicSoft/Mars/mjobs/MJob.cc

    r5064 r5158  
    211211        if (o->Read(o->GetName())<=0)
    212212        {
    213             *fLog << err << dbginf << "ERROR - Writing " << o->GetDescriptor() << " to file " << gFile->GetName() << endl;
     213            *fLog << err << dbginf << "ERROR - Reading " << o->GetDescriptor() << " from file " << gFile->GetName() << endl;
    214214            return kFALSE;
    215215        }
Note: See TracChangeset for help on using the changeset viewer.