IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 1:30:05 PM (19 years ago)
Author:
eugene
Message:

added PS1_DEV_1 I/O mode; switch bzero to memset, drop deprecated files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/getusno.c

    r6675 r15036  
    110110      if (buf[1] > iDEC1) continue;
    111111
    112       bzero (&stars[Nusno], sizeof(Stars));
     112      memset (&stars[Nusno], 0, sizeof(Stars));
    113113      stars[Nusno].R     = buf[0]/360000.0;
    114114      stars[Nusno].D     = buf[1]/360000.0 - 90.0;
Note: See TracChangeset for help on using the changeset viewer.