Change request #1779
Use std::vector for image dimension in GFitsImage class
Status: | Closed | Start date: | 05/30/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.1.0 | |||
Duration: |
Description
The constructor
GFitsImage(const int& bitpix, const int& naxis, const int* naxes)
should be changed into
GFitsImage(const int& bitpix, const std::vector<int>& naxes)
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from New to Closed
- Assigned To set to Knödlseder Jürgen
- Target version set to 1.1.0
- % Done changed from 0 to 100
The replacement has been done, merged into devel
.