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/relastro/src/fitpm.c

    r39246 r39248  
    6565  }
    6666
    67   gaussdev_init ();
     67  ohana_gaussdev_init ();
    6868
    6969  FitStats *fitStats = FitStatsInit (N_POINTS + N_OUTLIERS, N_BOOTSTRAP);
     
    154154  }
    155155  // return exit_status();
    156   gaussdev_free();
     156  ohana_gaussdev_free();
    157157
    158158  exit (0);
     
    176176    ParFactor (&pR, &pD, Ro, Do, points[i].T);
    177177
    178     double dR = gaussdev_rnd(0.0, POS_ERROR);
    179     double dD = gaussdev_rnd(0.0, POS_ERROR);
     178    double dR = ohana_gaussdev_rnd(0.0, POS_ERROR);
     179    double dD = ohana_gaussdev_rnd(0.0, POS_ERROR);
    180180
    181181    points[i].R = Ro + (dR + plx*pR + uR*(points[i].T - MJD_REF_YRS))/3600/dcos(Do);
Note: See TracChangeset for help on using the changeset viewer.