Changeset 18280 for trunk/Mars/mfileio


Ignore:
Timestamp:
08/18/15 10:16:43 (9 years ago)
Author:
ftemme
Message:
Reintegrating MarsWobble branch into trunk
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars

  • trunk/Mars/mfileio/MWriteFitsFile.cc

    r17868 r18280  
    519519
    520520         // initialize all columns of the sub-table, defined by the current container
     521         TString containerName = i_subTable->second.GetContainer()->GetName();
    521522         TClass * cl = i_subTable->second.GetContainer()->IsA();
    522          if (!InitColumns(i_table->first, TString(cl->GetName()) + ".",  fitsTable,
    523                           i_subTable->second.GetContainer(), cl)     ) 
     523         if (!InitColumns(i_table->first, containerName + ".",  fitsTable,
     524                          i_subTable->second.GetContainer(), cl)     )
    524525            return kFALSE;
    525526
Note: See TracChangeset for help on using the changeset viewer.