Changeset 2115 in ntrip


Ignore:
Timestamp:
Dec 15, 2009, 10:18:41 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2114 r2115  
    490490      << setw(6)  << setprecision(3) << sqrt(_QQ(3,3));
    491491  if (_estTropo) {
    492     str << " " << setw(6) << setprecision(3) << trp() << " +- "
     492    str << "    " << setw(6) << setprecision(3) << trp() << " +- "
    493493        << setw(6)  << setprecision(3) << sqrt(_QQ(5,5));
    494494  }
  • trunk/BNC/gen_rtk_neu.pl

    r2082 r2115  
    3131    my $time = $p[4];
    3232    my $x    = $p[6];
    33     my $y    = $p[7];
    34     my $z    = $p[8];
     33    my $y    = $p[9];
     34    my $z    = $p[12];
    3535   
    3636    if ($xApr == 0.0 && $yApr == 0.0 && $zApr == 0.0) {
Note: See TracChangeset for help on using the changeset viewer.