Changeset 1158 in Sophya for trunk/SophyaLib/SkyMap


Ignore:
Timestamp:
Aug 29, 2000, 6:12:31 PM (25 years ago)
Author:
ansari
Message:

suppression inline Xsize, Ysize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/localmap.h

    r979 r1158  
    152152inline virtual int_4 SizeIndex() const {return(nPix_);}
    153153inline int_4 Size_x() const {return nSzX_;}
    154 inline int_4 XSize() const {return nSzX_;}
    155154inline int_4 Size_y() const {return nSzY_;}
    156 inline int_4 YSize() const {return nSzY_;}
    157155
    158156inline void Origin(double& theta,double& phi,int_4& x0,int_4& y0,double& angle) const {theta= theta0_; phi= phi0_; x0= x0_; y0= y0_;angle= angle_;}
Note: See TracChangeset for help on using the changeset viewer.