Index: /trunk/BNC/src/rinex/rnxobsfile.cpp
===================================================================
--- /trunk/BNC/src/rinex/rnxobsfile.cpp	(revision 6396)
+++ /trunk/BNC/src/rinex/rnxobsfile.cpp	(revision 6397)
@@ -1061,5 +1061,5 @@
         const QString&  type   = itObs.key();
         const t_rnxObs& rnxObs = itObs.value();
-        if (typeV3 == type2to3(sys, type)) {
+        if (typeV3 == type2to3(sys, type) || typeV3 == type2to3(sys, type).left(2)) {
           found = true;
           if (rnxObs.value == 0.0) {
