Changeset 14869 for trunk/Mars/mfileio


Ignore:
Timestamp:
02/05/13 14:51:53 (12 years ago)
Author:
lyard
Message:
removed compilation warnings
Location:
trunk/Mars/mfileio
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MFitsArray.cc

    r14792 r14869  
    159159   fArraySize = fClonesArray->GetLast() + 1;
    160160
    161    for (int idx = 0; idx < fArraySize; idx++)
     161   for (UInt_t idx = 0; idx < fArraySize; idx++)
    162162      {
    163163      // copy the data of one class to fDataBuffer                           
  • trunk/Mars/mfileio/MTopFitsGroup.cc

    r14792 r14869  
    2323//   fTopGroup.SetChild(table);
    2424//   return fTopGroup.Read();
     25    return false;
    2526}
    2627
  • trunk/Mars/mfileio/MWriteFitsFile.cc

    r14792 r14869  
    371371
    372372      ofits* fitsTable = new ofits();
     373      fitsTable->AllowCommentsTrimming(true);
    373374      TString dol = fileNameNoExt;
    374375      //get rid of the ".root" extension in the file name (if any)
Note: See TracChangeset for help on using the changeset viewer.