- Timestamp:
- May 8, 2024, 3:10:05 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10484 r10485 1539 1539 // --------------- 1540 1540 bool removed = false; 1541 int facSys = 1; 1542 if (sys == 'C') { 1543 facSys *= 2; 1544 } 1541 1545 QMutableVectorIterator<cmbCorr*> im(corrs(sys)); 1542 1546 while (im.hasNext()) { … … 1549 1553 else if (corr == maxDiff[prn]) { 1550 1554 double norm = corr->_diffRao.NormFrobenius(); 1551 if (norm > _MAX_DISPLACEMENT) {1555 if (norm > (_MAX_DISPLACEMENT * facSys)) { 1552 1556 out << epoTime.datestr().c_str() << " " 1553 1557 << epoTime.timestr().c_str() << " "
Note:
See TracChangeset
for help on using the changeset viewer.