Index: trunk/BNC/src/rinex/reqcedit.cpp
===================================================================
--- trunk/BNC/src/rinex/reqcedit.cpp	(revision 9362)
+++ trunk/BNC/src/rinex/reqcedit.cpp	(revision 9366)
@@ -522,7 +522,7 @@
     }
   }
-  // TODO: enable user decision 
+  // TODO: enable user decision
   qStableSort(ephs.begin(), ephs.end(), t_eph::earlierTime);
-  //qStableSort(ephs.begin(), ephs.end(), t_eph::prnSort); 
+  //qStableSort(ephs.begin(), ephs.end(), t_eph::prnSort);
 }
 
Index: trunk/BNC/src/rinex/rnxnavfile.cpp
===================================================================
--- trunk/BNC/src/rinex/rnxnavfile.cpp	(revision 9362)
+++ trunk/BNC/src/rinex/rnxnavfile.cpp	(revision 9366)
@@ -175,5 +175,9 @@
     }
     else if (prn[0] == 'R') {
-      for (int ii = 1; ii < 4; ii++) {
+      int num = 4;
+      if (version() >= 3.05) {
+        num += 1;
+      }
+      for (int ii = 1; ii < num; ii++) {
         lines << stream->readLine();
       }
Index: trunk/BNC/src/rinex/rnxnavfile.h
===================================================================
--- trunk/BNC/src/rinex/rnxnavfile.h	(revision 9362)
+++ trunk/BNC/src/rinex/rnxnavfile.h	(revision 9366)
@@ -37,5 +37,5 @@
 
 #define defaultRnxNavVersion2 2.11
-#define defaultRnxNavVersion3 3.04
+#define defaultRnxNavVersion3 3.05
 
 class t_rnxNavFile {
