IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 22684


Ignore:
Timestamp:
Feb 26, 2009, 10:48:11 AM (17 years ago)
Author:
Paul Price
Message:

Ensure double arithmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r22682 r22684  
    17071707    }
    17081708
    1709     time->nsec += fractionalSeconds * 1e9;
     1709    time->nsec += fractionalSeconds * 1.0e9L;
    17101710    return time;
    17111711}
Note: See TracChangeset for help on using the changeset viewer.