- Timestamp:
- Dec 15, 2009, 10:18:41 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2114 r2115 490 490 << setw(6) << setprecision(3) << sqrt(_QQ(3,3)); 491 491 if (_estTropo) { 492 str << " " << setw(6) << setprecision(3) << trp() << " +- "492 str << " " << setw(6) << setprecision(3) << trp() << " +- " 493 493 << setw(6) << setprecision(3) << sqrt(_QQ(5,5)); 494 494 } -
trunk/BNC/gen_rtk_neu.pl
r2082 r2115 31 31 my $time = $p[4]; 32 32 my $x = $p[6]; 33 my $y = $p[ 7];34 my $z = $p[ 8];33 my $y = $p[9]; 34 my $z = $p[12]; 35 35 36 36 if ($xApr == 0.0 && $yApr == 0.0 && $zApr == 0.0) {
Note:
See TracChangeset
for help on using the changeset viewer.