Index: trunk/Ohana/src/relastro/src/fitpm.c
===================================================================
--- trunk/Ohana/src/relastro/src/fitpm.c	(revision 39247)
+++ trunk/Ohana/src/relastro/src/fitpm.c	(revision 39248)
@@ -65,5 +65,5 @@
   }
 
-  gaussdev_init ();
+  ohana_gaussdev_init ();
 
   FitStats *fitStats = FitStatsInit (N_POINTS + N_OUTLIERS, N_BOOTSTRAP);
@@ -154,5 +154,5 @@
   }
   // return exit_status();
-  gaussdev_free();
+  ohana_gaussdev_free();
 
   exit (0);
@@ -176,6 +176,6 @@
     ParFactor (&pR, &pD, Ro, Do, points[i].T);
 
-    double dR = gaussdev_rnd(0.0, POS_ERROR);
-    double dD = gaussdev_rnd(0.0, POS_ERROR);
+    double dR = ohana_gaussdev_rnd(0.0, POS_ERROR);
+    double dD = ohana_gaussdev_rnd(0.0, POS_ERROR);
 
     points[i].R = Ro + (dR + plx*pR + uR*(points[i].T - MJD_REF_YRS))/3600/dcos(Do);
