Changeset 2973 in Sophya for trunk/SophyaLib/SkyMap/spherepos.h
- Timestamp:
- Jun 20, 2006, 6:01:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherepos.h
r764 r2973 9 9 #include "anydataobj.h" 10 10 11 static char *head_spherepos_h_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.h,v 1. 1.1.1 2000-03-02 17:05:39ansari Exp $";11 static char *head_spherepos_h_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.h,v 1.2 2006-06-20 16:01:48 ansari Exp $"; 12 12 13 13 namespace SOPHYA { 14 15 enum SphereCoordSysIds { SphereCoordSys_NEUTRAL =0,16 SphereCoordSys_ROTATION =1,17 SphereCoordSys_OTHER = 0xFFFF18 };19 14 20 15 … … 22 17 public: 23 18 19 enum SphereCoordSysIds { NEUTRAL =0, 20 ROTATION =1, 21 OTHER = 0xFFFF 22 }; 23 24 24 SphereCoordSys(); 25 25 SphereCoordSys(const SphereCoordSys& a);
Note:
See TracChangeset
for help on using the changeset viewer.