Changeset 973 in Sophya


Ignore:
Timestamp:
Apr 27, 2000, 6:20:54 PM (25 years ago)
Author:
ansari
Message:

mise a jour 27/04/00 GLM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsfile.cc

    r972 r973  
    563563int  FitsFile::NbColsFromFits() const
    564564{
    565   int status= 0;
     565  //  int status= 0;
    566566  if(hdutype_ ==  BINARY_TBL) return nbcols_;
    567567  else
     
    576576char FitsFile::ColTypeFromFits(int nocol) const
    577577{
    578   int status= 0;
     578  //  int status= 0;
    579579  if(hdutype_ != ASCII_TBL && hdutype_ != BINARY_TBL)
    580580    {
     
    585585int FitsFile::NentriesFromFits(int nocol) const
    586586{
    587   int status= 0;
     587  //  int status= 0;
    588588  if(hdutype_ == BINARY_TBL  )   return nrows_*repeat_[nocol];
    589589  else
     
    600600string FitsFile::ColNameFromFits(int nocol) const
    601601{
    602   int status= 0;
     602  //  int status= 0;
    603603  if(hdutype_ != ASCII_TBL && hdutype_ != BINARY_TBL)
    604604    {
     
    609609int FitsFile::ColStringLengthFromFits(int nocol) const
    610610{
    611   int status= 0;
     611  //  int status= 0;
    612612  if(hdutype_ != ASCII_TBL && hdutype_ != BINARY_TBL)
    613613    {
Note: See TracChangeset for help on using the changeset viewer.