Changeset 12888


Ignore:
Timestamp:
02/13/12 10:59:27 (13 years ago)
Author:
tbretz
Message:
Removed nonsense default comments and units.
File:
1 edited

Legend:

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

    r12848 r12888  
    135135        ostringstream stt;
    136136        stt << "Data" << i;
    137         fDataColDesc.push_back(Description(stt.str(), "comment", "unit"));
     137        fDataColDesc.push_back(Description(stt.str(), "", ""));
    138138    }
    139139}
Note: See TracChangeset for help on using the changeset viewer.