Changeset 10108 in ntrip


Ignore:
Timestamp:
Jun 21, 2023, 10:17:19 AM (10 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r10106 r10108  
    438438      stat._rao3DRMS = stat._rao.NormFrobenius();
    439439      if (prn == all) {
    440         out << "!\n!   Total ";
     440        (_summaryOnly) ? out << "\n   Total " : out << "!\n!   Total ";
    441441      }
    442442      else {
    443         out << "!     " << prn << ' ';
     443        (_summaryOnly) ? out << "     " << prn << ' ' : out << "!     " << prn << ' ';
    444444      }
    445445      // orbit values in millimeters
Note: See TracChangeset for help on using the changeset viewer.