Ignore:
Timestamp:
09/03/16 21:00:22 (8 years ago)
Author:
tbretz
Message:
Fixed wrong order or arguments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawFitsRead.cc

    r18572 r18573  
    187187        const string clname  = fin.GetStr(clnamed);
    188188
    189         MParContainer *par = (MParContainer*)fParList->FindCreateObj(clname.c_str(), cltype.c_str());
     189        MParContainer *par = (MParContainer*)fParList->FindCreateObj(cltype.c_str(), clname.c_str());
    190190        if (par && !par->SetupFits(fin))
    191191        {
Note: See TracChangeset for help on using the changeset viewer.