Ignore:
Timestamp:
Nov 16, 1999, 2:20:39 PM (26 years ago)
Author:
ansari
Message:

SST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/gondolageom.cc

    r556 r577  
    6767}
    6868
    69 void GondolaGeom::solveStars() {
     69// $CHECK$ do a higher order fit ?
     70int GondolaGeom::solveStars() {
     71  if (nstars<2) return -1;
    7072  staz /= nstars;
    7173  st   /= nstars;
     
    8183  if (azimut > 360) azimut -= 360;
    8284  if (azimut < 0)   azimut += 360;
     85
     86  return 0;
    8387}
    8488
Note: See TracChangeset for help on using the changeset viewer.