Index: trunk/BNC/bncrinex.cpp
===================================================================
--- trunk/BNC/bncrinex.cpp	(revision 224)
+++ trunk/BNC/bncrinex.cpp	(revision 225)
@@ -208,6 +208,6 @@
       }
       else if (line.indexOf("# / TYPES OF OBSERV") != -1) {
-        _out << "     4    P1    P2    L1    L2"
-                "                              # / TYPES OF OBSERV"  << endl;
+        _out << "     5    C1    P1    P2    L1    L2"
+                "                        # / TYPES OF OBSERV"  << endl;
       }
       else if (line.indexOf("TIME OF FIRST OBS") != -1) {
@@ -254,5 +254,5 @@
          << "                  "                                     << "ANTENNA: DELTA H/E/N" << endl;
     _out << "     1     1                                                WAVELENGTH FACT L1/2" << endl;
-    _out << "     4    P1    P2    L1    L2                              # / TYPES OF OBSERV"  << endl;
+    _out << "     5    C1    P1    P2    L1    L2                        # / TYPES OF OBSERV"  << endl;
         _out << datTim.toString("  yyyy    MM    dd"
                                 "    hh    mm   ss.zzz0000").toAscii().data();
@@ -346,4 +346,5 @@
     char snr = ' ';
     _out << setw(14) << setprecision(3) << ob->C1 << lli << snr;
+    _out << setw(14) << setprecision(3) << ob->P1 << lli << snr;
     _out << setw(14) << setprecision(3) << ob->P2 << lli << snr; 
     _out << setw(14) << setprecision(3) << ob->L1 << lli << snr; 
