Changeset 11690


Ignore:
Timestamp:
07/28/11 14:36:10 (13 years ago)
Author:
tbretz
Message:
Renamed 'StartCell' to 'StartCellData'
File:
1 edited

Legend:

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

    r11556 r11690  
    126126        return kFALSE;
    127127
    128     if (!fin.SetPtrAddress("StartCell", (uint16_t*)(*cell)->GetArray(), (*cell)->GetSize()))
     128    if (!fin.SetPtrAddress("StartCellData", (uint16_t*)(*cell)->GetArray(), (*cell)->GetSize()))
    129129        return kFALSE;
    130130
Note: See TracChangeset for help on using the changeset viewer.