Ignore:
Timestamp:
11/19/08 20:41:16 (16 years ago)
Author:
Malte Marquarding
Message:

update from livedata CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/atnf/PKSIO/FITSreader.cc

    r1325 r1452  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id: FITSreader.cc,v 19.2 2006/05/19 02:14:50 mcalabre Exp $
     29//# $Id: FITSreader.cc,v 19.3 2008-09-12 02:37:37 cal103 Exp $
    3030//#---------------------------------------------------------------------------
    3131//# The FITSreader class is an abstract base class for the Parkes Multibeam
     
    5353        const int getSpectra,
    5454        const int getXPol,
    55         const int getFeedPos)
     55        const int coordSys)
    5656{
    5757  int maxNChan = 0;
     
    8383  cGetSpectra = getSpectra && cHaveSpectra;
    8484  cGetXPol    = getXPol    && cGetXPol;
    85   cGetFeedPos = getFeedPos;
     85  cCoordSys   = coordSys;
    8686
    8787  return maxNChan;
Note: See TracChangeset for help on using the changeset viewer.