Index: trunk/BNC/rinex/reqcedit.cpp
===================================================================
--- trunk/BNC/rinex/reqcedit.cpp	(revision 4235)
+++ trunk/BNC/rinex/reqcedit.cpp	(revision 4236)
@@ -359,5 +359,5 @@
     for (int iOld = 0; iOld < _ephs.size(); iOld++) {
       const t_eph* ephOld = _ephs[iOld];
-      if (ephOld->prn() == eph->prn() && ephOld->IOD() == eph->IOD()) {
+      if (ephOld->prn() == eph->prn() && ephOld->TOC() == eph->TOC()) {
         isNew = false;
         break;
