Changeset 42840 for trunk/psastro/src/psastroDefineFiles.c
- Timestamp:
- May 9, 2025, 9:46:44 AM (12 months ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroDefineFiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20230313/psastro (added) merged: 42627,42709 /tags/ipp-ops-20220705-ippref/psastro (added) merged: 42270
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroDefineFiles.c
r36837 r42840 61 61 return false; 62 62 } 63 psTime *endtime = psTimeFromString (KHendDate, PS_TIME_TAI); 63 // psTime *endtime = psTimeFromString (KHendDate, PS_TIME_TAI); 64 // 'endtime' and 'time' must be in the same units 65 psTime *endtime = psTimeFromString (KHendDate, time->type); 64 66 if (!endtime) { 65 67 psError (PM_ERR_CONFIG, false, "KH.CORRECT.APPLY requested, KH.CORRECT.ENDDATE has an invalid date/time");
Note:
See TracChangeset
for help on using the changeset viewer.
