Index: trunk/BNC/src/bncrinex.cpp
===================================================================
--- trunk/BNC/src/bncrinex.cpp	(revision 4532)
+++ trunk/BNC/src/bncrinex.cpp	(revision 4533)
@@ -359,4 +359,7 @@
     _addComments << format.left(6) + " " 
                                    + _mountPoint.host() + _mountPoint.path();
+    if (_header._obsTypesV3.size() == 0 && _header._version >= 3.0) {
+      _addComments << "Default set of observation types used";
+    }
     if (_nmea == "yes") {
       _addComments << "NMEA LAT=" + _latitude + " " + "LONG=" + _longitude;
@@ -380,7 +383,4 @@
   // ---------------------------
   if (_header._obsTypesV3.size() == 0) {
-    if (skelRead && _header._version >= 3.0) {
-      _addComments << "Default set of observation types used";
-    }
     _header._obsTypesV3['G'] << "C1C" << "L1C" << "D1C" << "S1C" 
                              << "C1P" << "L1P" << "D1P" << "S1P" 
