Change request #1779

Use std::vector for image dimension in GFitsImage class

Added by Knödlseder Jürgen almost 8 years ago. Updated almost 8 years ago.

Status:ClosedStart date:05/30/2016
Priority:NormalDue 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 almost 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.

Also available in: Atom PDF