Index: branches/BNC_2.12/src/rinex/reqcedit.cpp
===================================================================
--- branches/BNC_2.12/src/rinex/reqcedit.cpp	(revision 8398)
+++ branches/BNC_2.12/src/rinex/reqcedit.cpp	(revision 8438)
@@ -642,7 +642,7 @@
       break;
     }
-    if (eph->checkState() != t_eph::bad) {
+    if (eph->checkState() == t_eph::bad) {
       continue;
-    }    
+    }
     outNavFile.writeEph(eph);
   }
