Changeset 9980 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Feb 25, 2023, 11:40:28 PM (14 months ago)
Author:
stuerze
Message:

minor changes for test

Location:
trunk/BNC/src
Files:
3 edited

Legend:

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

    r9979 r9980  
    753753      continue;
    754754    }
    755     _datumTrafo->updateIndices(sys, iObs + 1); //LOG << "AA Ncols/Nrows: " << AA.Ncols() << "/" << AA.Nrows() << "  nPar: "  << nPar << endl;    //LOG << "AA.SubMatrix(1 .. " << iObs+1 << " , 1 .. " <<  nPar << ")" << endl;
     755    _datumTrafo->updateIndices(sys, iObs + 1); LOG << "AA Ncols/Nrows: " << AA.Ncols() << "/" << AA.Nrows() << "  nPar: "  << nPar << endl;    LOG << "AA.SubMatrix(1 .. " << iObs+1 << " , 1 .. " <<  nPar << ")" << endl;
    756756    if (_datumTrafo->prepareAA(AA.SubMatrix(1, iObs + 1, 1, nPar), 2)
    757757        != success) {
  • trunk/BNC/src/src.pri

    r9965 r9980  
    2121debug:DEFINES   += SPLITBLOCK
    2222debug:DEFINES   += BNC_DEBUG_BCEP
    23 #debug:DEFINES   += BNC_DEBUG_PPP
     23debug:DEFINES   += BNC_DEBUG_PPP
    2424#debug:DEFINES   += BNC_DEBUG_SSR
    2525#debug:DEFINES   += BNC_DEBUG_CMB
  • trunk/BNC/src/src.pro

    r9964 r9980  
    22TARGET = ../bnc
    33
    4 CONFIG -= debug
    5 CONFIG += release
     4CONFIG += debug
     5CONFIG -= release
    66
    77include(src.pri)
Note: See TracChangeset for help on using the changeset viewer.