Ignore:
Timestamp:
04/18/11 10:57:26 (14 years ago)
Author:
tbretz
Message:
Adapted call to constructor of Description.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r10367 r10380  
    5757                        std::stringstream stt;
    5858                        stt << "Data" << i;
    59                         fDataColDesc.push_back(Description(stt.str(), "unit", "comment"));     
     59                        fDataColDesc.push_back(Description(stt.str(), "comment", "unit"));
    6060                }
    6161        }               
Note: See TracChangeset for help on using the changeset viewer.