Ignore:
Timestamp:
Jun 20, 2006, 6:02:42 PM (19 years ago)
Author:
ansari
Message:

correction commentaires et petites adaptation suite modif classe SphereCoordSys , Reza 20/6/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc

    r2963 r2974  
    196196    }
    197197  // Let's Read the SphereCoordSys object
    198   int id= SphereCoordSys_NEUTRAL;
     198  int id= SphereCoordSys::NEUTRAL;
    199199  string description= "NEUTRAL SphereCoordSystem";
    200200  string coordsys= dvl.GetS("COORDSYS");
     
    203203  if(coordsys.substr(0,8) == "ROTATION")
    204204    {
    205       id= SphereCoordSys_ROTATION;
     205      id= SphereCoordSys::ROTATION;
    206206      description= "ROTATION SphereCoordSystem";
    207207    }
     
    209209  else if(coordsys.substr(0,5)  == "OTHER" )
    210210    {
    211       id= SphereCoordSys_OTHER;
     211      id= SphereCoordSys::OTHER;
    212212      description= "OTHER SphereCoordSystem";
    213213    }
Note: See TracChangeset for help on using the changeset viewer.