Index: /trunk/BNC/src/rinex/reqcedit.cpp
===================================================================
--- /trunk/BNC/src/rinex/reqcedit.cpp	(revision 6401)
+++ /trunk/BNC/src/rinex/reqcedit.cpp	(revision 6402)
@@ -521,5 +521,8 @@
         ephs.append(new t_ephSBAS(*dynamic_cast<t_ephSBAS*>(eph)));
       }
-    }
-  }
-}
+      else if (eph->type() == t_eph::Compass) {
+        ephs.append(new t_ephCompass(*dynamic_cast<t_ephCompass*>(eph)));
+      }
+    }
+  }
+}
