Changeset 3330 in ntrip
- Timestamp:
- Jul 19, 2011, 1:21:47 PM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r3323 r3330 74 74 index_old = 0; 75 75 xx = 0.0; 76 76 numEpo = 0; 77 77 } 78 78 … … 713 713 } 714 714 else if (par->type == bncParam::AMB_L3) { 715 ++par->numEpo; 715 716 strB << "\n amb " << par->prn.toAscii().data() << " = " 716 717 << setw(10) << setprecision(3) << par->xx 717 718 << " +- " << setw(6) << setprecision(3) 718 << sqrt(_QQ(par->index,par->index)); 719 << sqrt(_QQ(par->index,par->index)) 720 << " nEpo = " << par->numEpo; 719 721 } 720 722 else if (par->type == bncParam::TROPO) { -
trunk/BNC/bncmodel.h
r3323 r3330 50 50 int index; 51 51 int index_old; 52 int numEpo; 52 53 QString prn; 53 54 };
Note:
See TracChangeset
for help on using the changeset viewer.