Changeset 10490 in ntrip for trunk


Ignore:
Timestamp:
May 16, 2024, 10:46:57 AM (7 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10489 r10490  
    946946          << pp->xx << " +- " << sqrt(_QQ[sys](pp->index,pp->index)) << "\n";
    947947      out.setFieldWidth(0);
     948      out.flush();
    948949    }
    949950    printResults(epoTime, out, resCorr);
     
    10671068      out << (xc(4) + corr->_dClkResult) * t_CST::c << "\n";
    10681069      out.setFieldWidth(0);
     1070      out.flush();
    10691071    }
    10701072    else {
    10711073      out << "bncComb::printResults bug" << "\n";
    10721074    }
    1073     out.flush();
    10741075  }
    10751076}
Note: See TracChangeset for help on using the changeset viewer.