Changeset 577 in Sophya for trunk/Poubelle/archTOI.old/gondolageom.cc
- Timestamp:
- Nov 16, 1999, 2:20:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/gondolageom.cc
r556 r577 67 67 } 68 68 69 void GondolaGeom::solveStars() { 69 // $CHECK$ do a higher order fit ? 70 int GondolaGeom::solveStars() { 71 if (nstars<2) return -1; 70 72 staz /= nstars; 71 73 st /= nstars; … … 81 83 if (azimut > 360) azimut -= 360; 82 84 if (azimut < 0) azimut += 360; 85 86 return 0; 83 87 } 84 88
Note:
See TracChangeset
for help on using the changeset viewer.