- Timestamp:
- Feb 25, 2023, 11:40:28 PM (21 months ago)
- Location:
- trunk/BNC/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9979 r9980 753 753 continue; 754 754 } 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; 756 756 if (_datumTrafo->prepareAA(AA.SubMatrix(1, iObs + 1, 1, nPar), 2) 757 757 != success) { -
trunk/BNC/src/src.pri
r9965 r9980 21 21 debug:DEFINES += SPLITBLOCK 22 22 debug:DEFINES += BNC_DEBUG_BCEP 23 #debug:DEFINES += BNC_DEBUG_PPP23 debug:DEFINES += BNC_DEBUG_PPP 24 24 #debug:DEFINES += BNC_DEBUG_SSR 25 25 #debug:DEFINES += BNC_DEBUG_CMB -
trunk/BNC/src/src.pro
r9964 r9980 2 2 TARGET = ../bnc 3 3 4 CONFIG -= debug5 CONFIG += release4 CONFIG += debug 5 CONFIG -= release 6 6 7 7 include(src.pri)
Note:
See TracChangeset
for help on using the changeset viewer.