Changeset 2974 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
- Timestamp:
- Jun 20, 2006, 6:02:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r2963 r2974 196 196 } 197 197 // Let's Read the SphereCoordSys object 198 int id= SphereCoordSys _NEUTRAL;198 int id= SphereCoordSys::NEUTRAL; 199 199 string description= "NEUTRAL SphereCoordSystem"; 200 200 string coordsys= dvl.GetS("COORDSYS"); … … 203 203 if(coordsys.substr(0,8) == "ROTATION") 204 204 { 205 id= SphereCoordSys _ROTATION;205 id= SphereCoordSys::ROTATION; 206 206 description= "ROTATION SphereCoordSystem"; 207 207 } … … 209 209 else if(coordsys.substr(0,5) == "OTHER" ) 210 210 { 211 id= SphereCoordSys _OTHER;211 id= SphereCoordSys::OTHER; 212 212 description= "OTHER SphereCoordSystem"; 213 213 }
Note:
See TracChangeset
for help on using the changeset viewer.