Change request #3508
Use consistent method names for number of rows and columns
Status: | New | Start date: | 01/20/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Duration: |
Description
Different classes using different names for methods that return the number of rows and columns:
GMatrixBase::columns()
GCsv::ncols()
GFitsTable::ncols()
GMatrixBase::rows()
GCsv::nrows()
GFitsTable::nrows()
columns()
and rows()
seem to be a more natural method names for these methods. These names should be used consistently through GammaLib.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen almost 4 years ago
Same for GFitsTableCol::nrows()
which should be GFitsTableCol::rows()
.
#2 Updated by Knödlseder Jürgen almost 3 years ago
- Target version deleted (
2.0.0)