IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40556


Ignore:
Timestamp:
Oct 20, 2018, 10:54:43 PM (8 years ago)
Author:
eugene
Message:

init bin as well as mbin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/gastro2/src/lumfunc.c

    r40549 r40556  
    1717
    1818  // use 'explicit_bzero' to avoid optimizations compile warnings
    19   explicit_bzero (mbin, NMBIN * sizeof (double));
     19  // explicit_bzero (mbin, NMBIN * sizeof (double));
     20  memset (mbin, 0, NMBIN * sizeof (double));
     21  memset (bin, 0, NMBIN * sizeof (double));
    2022
    2123  /* sum histogram */
Note: See TracChangeset for help on using the changeset viewer.