- Timestamp:
- Dec 14, 2010, 4:10:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2797 r2798 736 736 737 737 if (par->type == bncParam::RECCLK) { 738 strB << "\n clk = " << setw( 6) << setprecision(3) << par->xx738 strB << "\n clk = " << setw(10) << setprecision(3) << par->xx 739 739 << " +- " << setw(6) << setprecision(3) 740 740 << sqrt(_QQ(par->index,par->index)); … … 742 742 else if (par->type == bncParam::AMB_L3) { 743 743 strB << "\n amb " << par->prn.toAscii().data() << " = " 744 << setw( 6) << setprecision(3) << par->xx744 << setw(10) << setprecision(3) << par->xx 745 745 << " +- " << setw(6) << setprecision(3) 746 746 << sqrt(_QQ(par->index,par->index)); … … 756 756 } 757 757 else if (par->type == bncParam::GALILEO_OFFSET) { 758 strB << "\n offset = " << setw( 6) << setprecision(3) << par->xx758 strB << "\n offset = " << setw(10) << setprecision(3) << par->xx 759 759 << " +- " << setw(6) << setprecision(3) 760 760 << sqrt(_QQ(par->index,par->index));
Note:
See TracChangeset
for help on using the changeset viewer.