Changeset 10108 in ntrip for trunk/BNC/src/orbComp/sp3Comp.cpp
- Timestamp:
- Jun 21, 2023, 10:17:19 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r10106 r10108 438 438 stat._rao3DRMS = stat._rao.NormFrobenius(); 439 439 if (prn == all) { 440 out << "!\n! Total ";440 (_summaryOnly) ? out << "\n Total " : out << "!\n! Total "; 441 441 } 442 442 else { 443 out << "! " << prn << ' ';443 (_summaryOnly) ? out << " " << prn << ' ' : out << "! " << prn << ' '; 444 444 } 445 445 // orbit values in millimeters
Note:
See TracChangeset
for help on using the changeset viewer.