Ignore:
Timestamp:
Sep 14, 2014, 2:26:14 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r6175 r6177  
    349349    while (itOrb.hasNext()) {
    350350      const t_orbCorr& orbCorr = itOrb.next();
    351       *_out << orbCorr.toLine() << endl;
     351      *_out << orbCorr.toLine();
    352352    }
    353353    QListIterator<t_clkCorr> itClk(clkCorrections);
    354354    while (itClk.hasNext()) {
    355355      const t_clkCorr& clkCorr = itClk.next();
    356       *_out << clkCorr.toLine() << endl;
     356      *_out << clkCorr.toLine();
    357357    }
    358358    _out->flush();
Note: See TracChangeset for help on using the changeset viewer.