Changeset 1735 in ntrip


Ignore:
Timestamp:
Mar 6, 2009, 10:10:12 AM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncipport.cpp

    r1734 r1735  
    7575  _ipMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint.</p><p>Recommended is a 4-character reference station ID.<br>Example: FFMJ</p>"));
    7676  _ipFormatLineEdit->setWhatsThis(tr("<p>Specify the stream format.</p><p>Available options are 'RTCM_2', 'RTCM_3', 'RTIGS', and 'ZERO'.</p>"));
    77   _ipLatLineEdit->setWhatsThis(tr("<p>Enter the approximate latitude of the stream providing receiver in degrees.<p></p>Example: 45.32.</p>"));
    78   _ipLonLineEdit->setWhatsThis(tr("<p>Enter the approximate longitude of the stream providing receiver in degrees.<p></p>Example: -15.20.</p>"));
     77  _ipLatLineEdit->setWhatsThis(tr("<p>Enter the approximate latitude of the stream providing receiver in degrees.<p></p>Example: 45.32</p>"));
     78  _ipLonLineEdit->setWhatsThis(tr("<p>Enter the approximate longitude of the stream providing receiver in degrees.<p></p>Example: -15.20</p>"));
    7979
    8080  editLayout->addWidget(new QLabel(tr("Host")),      0, 0, Qt::AlignRight);
  • trunk/BNS/bns.cpp

    r1733 r1735  
    362362
    363363          QString      prn;
    364           ColumnVector xx(5);
     364          ColumnVector xx(5); xx = 0.0;
    365365          t_eph*       ep = 0;
    366366     
Note: See TracChangeset for help on using the changeset viewer.