- Timestamp:
- 03/23/12 14:50:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r12888 r13205 64 64 fDataFormats = dataFormat; 65 65 fDataPointer = dataPointer; 66 67 if ((desc.size() == 0) && (dataFormat.size() == 0)) 68 { 69 fDataColDesc.clear(); 70 return; 71 } 66 72 67 73 //we will copy this information here. It duplicates the data, which is not great,
Note:
See TracChangeset
for help on using the changeset viewer.