Ignore:
Timestamp:
Apr 19, 2024, 10:26:43 PM (4 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10448 r10449  
    13981398t_irc bncComb::checkOrbits(bncTime epoTime, char sys, QTextStream& out) {
    13991399
    1400   const double MAX_DISPLACEMENT_INIT = 0.20;
    1401 
    1402   double MAX_DISPLACEMENT = MAX_DISPLACEMENT_INIT;
    1403   if (sys == 'C') {
    1404     MAX_DISPLACEMENT *= 10.0;
    1405   }
    1406   if (sys == 'R') {
    1407     MAX_DISPLACEMENT *= 10.0;
    1408   }
     1400  const double MAX_DISPLACEMENT = 2.0;
    14091401
    14101402  // Switch to last ephemeris (if possible)
Note: See TracChangeset for help on using the changeset viewer.