Changeset 424 in Sophya for trunk/Poubelle
- Timestamp:
- Sep 23, 1999, 4:40:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/templocator.cc
r423 r424 78 78 if (crossings[icross] > sampleNum) break; 79 79 } 80 if (icross == 0 || 80 if (icross == 0 || icross >= nGalCross) return; 81 81 82 // On trouve l'azimut du croisement principal pour notre position actuelle 83 double alpG = 12. + 51./60. + 30./3600.; 84 double delG = 27. + 07./60. + 42./3600.; 85 double azCr1, azCr2; 86 int rc = PlGalCross(ts/3600., lat, (90. - 41.), alpG, delG, azCr1, azCr2); 82 87 83 88 }
Note:
See TracChangeset
for help on using the changeset viewer.