Changeset 1163 in Sophya for trunk/SophyaLib/SkyMap/localmap.h
- Timestamp:
- Aug 30, 2000, 12:46:38 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/localmap.h
r1158 r1163 154 154 inline int_4 Size_y() const {return nSzY_;} 155 155 156 /* Je rajoute ces 2 fonctions inlines pour compatibilite d'interface 157 avec TArray - Reza 30/8/2000 */ 158 inline int_4 SizeX() const {return nSzX_;} 159 inline int_4 SizeY() const {return nSzY_;} 160 156 161 inline 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_;} 157 162
Note:
See TracChangeset
for help on using the changeset viewer.