Action #1002
Use std::vector to hold column pointers in GFitsTable
Status: | New | Start date: | 11/23/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Duration: |
Description
So far, GFitsTable implements it’s own memory management to hold FITS column pointers. The std::vector class should be used to reduce the code overhead due to memory management.
Recurrence
No recurrence.