Index: trunk/BNC/src/pppModel.cpp
===================================================================
--- trunk/BNC/src/pppModel.cpp	(revision 6267)
+++ trunk/BNC/src/pppModel.cpp	(revision 6268)
@@ -48,4 +48,8 @@
 using namespace BNC_PPP;
 using namespace std;
+
+const double t_astro::RHO_DEG   = 180.0 / M_PI;
+const double t_astro::RHO_SEC   = 3600.0 * 180.0 / M_PI;
+const double t_astro::MJD_J2000 = 51544.5;
 
 Matrix t_astro::rotX(double Angle) {
Index: trunk/BNC/src/pppModel.h
===================================================================
--- trunk/BNC/src/pppModel.h	(revision 6267)
+++ trunk/BNC/src/pppModel.h	(revision 6268)
@@ -15,7 +15,7 @@
 
  private:
-  static const double RHO_DEG   = 180.0 / M_PI;
-  static const double RHO_SEC   = 3600.0 * 180.0 / M_PI;
-  static const double MJD_J2000 = 51544.5;
+  static const double RHO_DEG;
+  static const double RHO_SEC;
+  static const double MJD_J2000;
 
   static Matrix rotX(double Angle);
