Changeset 6148 in ntrip for trunk/BNC/src/bncrinex.cpp


Ignore:
Timestamp:
Sep 13, 2014, 8:40:37 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r6147 r6148  
    600600
    601601  if (_header._version >= 3.0) {
    602     str << obs._prn;
     602    str << obs._prn.toString();
    603603  }
    604604
     
    644644      }
    645645    }
    646     if (obsValue != 0.0) {
    647       str << setw(14) << setprecision(3) << obsValue << lli << ' ';
    648     }
    649     else {
    650       str << "                ";
    651     }
    652   }
    653 
    654   cout << str.str() << endl;
     646    str << setw(14) << setprecision(3) << obsValue << lli << ' ';
     647  }
    655648
    656649  return str.str();
Note: See TracChangeset for help on using the changeset viewer.