Changeset 42035
- Timestamp:
- Feb 10, 2022, 5:10:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/Ohana/src/tools/src/mpcorb_predict.c
r41714 r42035 237 237 238 238 Planets tmpPlanet; 239 memset (&tmpPlanet, 0, sizeof(Planets)); 240 239 241 PlanetDatum myPlanet; 240 242 myPlanet.Robs = NAN; 241 243 myPlanet.Dobs = NAN; 242 244 myPlanet.dist = NAN; 245 myPlanet.Mobs = NAN; 246 memset (myPlanet.ID, 0, 8); 243 247 244 248 // correct the orbital elements to the perturbed version
Note:
See TracChangeset
for help on using the changeset viewer.
