Index: branches/BNC_2.12/src/ephemeris.cpp
===================================================================
--- branches/BNC_2.12/src/ephemeris.cpp	(revision 8582)
+++ branches/BNC_2.12/src/ephemeris.cpp	(revision 8583)
@@ -58,6 +58,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -314,6 +313,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -613,6 +611,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -916,6 +913,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -1301,6 +1297,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -1545,6 +1540,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
