Changeset 1189


Ignore:
Timestamp:
01/18/02 10:21:10 (23 years ago)
Author:
rkb
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MWriteAsciiFile.cc

    r1187 r1189  
    128128    MParContainer *cont = NULL;
    129129
    130     Int_t num = fContainer.GetSize();
     130    Int_t num = fContainer.GetEntriesFast();
    131131
    132132    TIter Next(&fContainer);
     
    148148
    149149    if (num!=0)
    150         *fOut << warn << "Warning - given number of containers doesn't fit number of written containers." << endl;
     150      *fLog << warn << "Warning - given number of containers doesn't fit number of written containers." << endl;
    151151}
    152152
Note: See TracChangeset for help on using the changeset viewer.