Changeset 11524 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 07/22/11 08:44:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r11441 r11524 315 315 //! @param conv the converter corresponding to the service being logged 316 316 // 317 bool Fits::Write( Converter*conv)317 bool Fits::Write(const Converter &conv) 318 318 { 319 319 //first copy the standard variables to the copy buffer … … 329 329 { 330 330 //now take care of the DIM data. The Converter is here for that purpose 331 conv ->ToFits(&fCopyBuffer[shift], fDataPointer, fDataNumBytes);331 conv.ToFits(&fCopyBuffer[shift], fDataPointer, fDataNumBytes); 332 332 } 333 333 catch (const runtime_error &e)
Note:
See TracChangeset
for help on using the changeset viewer.