IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2015, 9:39:10 AM (11 years ago)
Author:
eugene
Message:

use ohana_ namespace for gaussdev related functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/gaussdeviate.c

    r39245 r39248  
    1717  ResetVector (vec, OPIHI_FLT, Npts);
    1818
    19   gaussdev_init ();
     19  ohana_gaussdev_init ();
    2020  for (i = 0; i < Npts; i++) {
    21     vec[0].elements.Flt[i] = gaussdev_rnd (mean, sigma);
     21    vec[0].elements.Flt[i] = ohana_gaussdev_rnd (mean, sigma);
    2222  }
    2323  return (TRUE);
     
    4848  ResetVector (vec, OPIHI_FLT, Npts);
    4949
    50   gaussdev_init ();
     50  ohana_gaussdev_init ();
    5151  for (i = 0; i < Npts; i++) {
    5252    vec[0].elements.Flt[i] = gaussian_int (i);
Note: See TracChangeset for help on using the changeset viewer.