Changeset 10017 in ntrip


Ignore:
Timestamp:
Mar 20, 2023, 2:38:13 PM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r10016 r10017  
    747747    unsigned nPar = _parlist.nPar();
    748748
    749     Matrix AA(maxObs, nPar); AA = 0.0;    cout << "AA Ncols/Nrows: " << AA.Ncols() << "/" << AA.Nrows() << "  nPar: "  << nPar << endl;
     749    Matrix AA(maxObs, nPar); AA = 0.0;
    750750
    751751    // Real Observations
Note: See TracChangeset for help on using the changeset viewer.